Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1574 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local
1580 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() local
1825 if (match(IIOperand, m_ZExt(m_Value(X))) && in visitCallInst()
1840 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local
1873 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() local
2904 match(IIOperand, in visitCallInst()
[all …]