Searched refs:IIOperand (Results 1 – 1 of 1) sorted by relevance
1574 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local1580 if (match(IIOperand, m_Neg(m_Value(X)))) in visitCallInst()1598 return BinaryOperator::CreateNeg(IIOperand); in visitCallInst()1822 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local1825 if (match(IIOperand, m_ZExt(m_Value(X))) && in visitCallInst()1840 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local1873 IIOperand, ConstantInt::get(IIOperand->getType(), LZ - TZ)); in visitCallInst()1876 IIOperand, ConstantInt::get(IIOperand->getType(), TZ - LZ)); in visitCallInst()2798 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local2904 match(IIOperand, in visitCallInst()[all …]