Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1122 Value *SubstituteCmp = simplifyICmpInst(Pred1, Y, C, Q); in foldAndOrOfICmpsWithConstEq() local
1123 if (!SubstituteCmp) { in foldAndOrOfICmpsWithConstEq()
1128 SubstituteCmp = Builder.CreateICmp(Pred1, Y, C); in foldAndOrOfICmpsWithConstEq()
1131 return IsAnd ? Builder.CreateLogicalAnd(Cmp0, SubstituteCmp) in foldAndOrOfICmpsWithConstEq()
1132 : Builder.CreateLogicalOr(Cmp0, SubstituteCmp); in foldAndOrOfICmpsWithConstEq()
1134 SubstituteCmp); in foldAndOrOfICmpsWithConstEq()