Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1256 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local
1262 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() local
1468 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() local
2258 match(IIOperand, in visitCallInst()
[all …]