Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp919 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local
925 if (match(IIOperand, m_Neg(m_Value(X)))) in visitCallInst()
935 return replaceInstUsesWith(*II, IIOperand); in visitCallInst()
939 return BinaryOperator::CreateNSWNeg(IIOperand); in visitCallInst()
940 return BinaryOperator::CreateNeg(IIOperand); in visitCallInst()
945 if (match(IIOperand, m_OneUse(m_SExt(m_Value(X))))) { in visitCallInst()
1062 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local
1071 return new TruncInst(V, IIOperand->getType()); in visitCallInst()
1703 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local
1787 match(IIOperand, in visitCallInst()
[all …]