Searched refs:IIOperand (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1347 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local 1351 if (match(IIOperand, m_BSwap(m_Value(X)))) in visitCallInst() 1355 if (match(IIOperand, m_Trunc(m_BSwap(m_Value(X))))) { in visitCallInst() 1357 IIOperand->getType()->getPrimitiveSizeInBits(); in visitCallInst() 1360 return new TruncInst(V, IIOperand->getType()); in visitCallInst() 1366 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local 1370 if (match(IIOperand, m_Intrinsic<Intrinsic::bitreverse>(m_Value(X)))) in visitCallInst() 2251 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local 2254 m_Intrinsic<Intrinsic::assume>(m_Specific(IIOperand)))) in visitCallInst() 2261 if (match(IIOperand, m_And(m_Value(A), m_Value(B)))) { in visitCallInst() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1954 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local 1958 if (match(IIOperand, m_Trunc(m_BSwap(m_Value(X))))) { in visitCallInst() 1960 IIOperand->getType()->getPrimitiveSizeInBits(); in visitCallInst() 1963 return new TruncInst(V, IIOperand->getType()); in visitCallInst() 3711 Value *IIOperand = II->getArgOperand(0); in visitCallInst() local 3716 if (match(Next, m_Intrinsic<Intrinsic::assume>(m_Specific(IIOperand)))) in visitCallInst() 3723 if (match(IIOperand, m_And(m_Value(A), m_Value(B)))) { in visitCallInst() 3729 if (match(IIOperand, m_Not(m_Or(m_Value(A), m_Value(B))))) { in visitCallInst() 3739 if (match(IIOperand, m_ICmp(Pred, m_Instruction(LHS), m_Zero())) && in visitCallInst() 3754 computeKnownBits(IIOperand, Known, 0, II); in visitCallInst()
|