Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1125 Value *SubstituteCmp = simplifyICmpInst(Pred1, Y, C, Q); in foldAndOrOfICmpsWithConstEq() local
1126 if (!SubstituteCmp) { in foldAndOrOfICmpsWithConstEq()
1131 SubstituteCmp = Builder.CreateICmp(Pred1, Y, C); in foldAndOrOfICmpsWithConstEq()
1134 SubstituteCmp); in foldAndOrOfICmpsWithConstEq()