Searched refs:IIOperand (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp284 Value *IIOperand = II->getArgOperand(0); local
288 if (match(IIOperand, m_BSwap(m_Value(X))))
292 if (match(IIOperand, m_Trunc(m_BSwap(m_Value(X))))) {
294 IIOperand->getType()->getPrimitiveSizeInBits();
297 return new TruncInst(V, IIOperand->getType());

Completed in 137 milliseconds