Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1929 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local
1933 if (match(IIOperand, m_Trunc(m_BSwap(m_Value(X))))) { in visitCallInst()
1935 IIOperand->getType()->getPrimitiveSizeInBits(); in visitCallInst()
1938 return new TruncInst(V, IIOperand->getType()); in visitCallInst()
3912 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local
3917 if (match(Next, m_Intrinsic<Intrinsic::assume>(m_Specific(IIOperand)))) in visitCallInst()
3924 if (match(IIOperand, m_And(m_Value(A), m_Value(B)))) { in visitCallInst()
3930 if (match(IIOperand, m_Not(m_Or(m_Value(A), m_Value(B))))) { in visitCallInst()
3940 if (match(IIOperand, m_ICmp(Pred, m_Instruction(LHS), m_Zero())) && in visitCallInst()
3955 computeKnownBits(IIOperand, Known, 0, II); in visitCallInst()