Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp387 if (match(Count, m_ZExt(m_Value(V))) || in foldSelectCttzCtlz()
477 if (match(TrueVal, m_ZExt(m_Specific(CmpLHS))) && in visitSelectInstWithICmp()
481 } else if (match(FalseVal, m_ZExt(m_Specific(CmpLHS))) && in visitSelectInstWithICmp()
DInstCombineCompares.cpp4122 if (match(Op0, m_Mul(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) { in visitICmpInst()
4126 if (match(Op1, m_Mul(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) { in visitICmpInst()
4196 match(Op0, m_ZExt(m_Value(A))) && in visitICmpInst()
4200 match(Op1, m_ZExt(m_Value(A))))) { in visitICmpInst()
DInstCombineAndOrXor.cpp1179 if (match(Op0, m_OneUse(m_Xor(m_ZExt(m_Value(A)), m_ConstantInt(C1)))) && in matchDeMorgansLaws()
1180 match(Op1, m_OneUse(m_Xor(m_ZExt(m_Value(B)), m_Specific(C1))))) { in matchDeMorgansLaws()
DInstCombineAddSub.cpp1530 if (C->isNullValue() && match(Op1, m_ZExt(m_Value(X)))) in visitSub()
DInstCombineMulDivRem.cpp1036 match(Op1, m_ZExt(m_Shl(m_Power2(), m_Value())))) { in visitUDivOperand()
DInstCombineCasts.cpp525 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) { in visitTrunc()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSelect.cpp413 if (match(TrueVal, m_ZExt(m_Specific(CmpLHS))) && in visitSelectInstWithICmp()
417 } else if (match(FalseVal, m_ZExt(m_Specific(CmpLHS))) && in visitSelectInstWithICmp()
DInstCombineCasts.cpp468 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) { in visitTrunc()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h571 m_ZExt(const OpTy &Op) { in m_ZExt() function
/external/llvm/include/llvm/IR/
DPatternMatch.h813 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) { in m_ZExt() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2741 if (!CmpInst::isUnsigned(Pred) && match(LHS, m_Neg(m_ZExt(m_Value())))) { in SimplifyICmpInst()