Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp83 CmpInst::Predicate ExpectedPred, Pred1, Pred2; in foldSelectWithBinaryOp() local
85 ExpectedPred = ICmpInst::ICMP_NE; in foldSelectWithBinaryOp()
87 ExpectedPred = ICmpInst::ICMP_EQ; in foldSelectWithBinaryOp()
108 Pred1 != Pred2 || Pred1 != ExpectedPred) in foldSelectWithBinaryOp()