Searched refs:IIOperand (Results 1 – 1 of 1) sorted by relevance
1256 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local1262 if (match(IIOperand, m_Neg(m_Value(X)))) in visitCallInst()1272 return replaceInstUsesWith(*II, IIOperand); in visitCallInst()1277 return BinaryOperator::CreateNeg(IIOperand); in visitCallInst()1435 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local1468 IIOperand, ConstantInt::get(IIOperand->getType(), LZ - TZ)); in visitCallInst()1471 IIOperand, ConstantInt::get(IIOperand->getType(), TZ - LZ)); in visitCallInst()1479 return new TruncInst(V, IIOperand->getType()); in visitCallInst()2174 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local2258 match(IIOperand, in visitCallInst()[all …]