Home
last modified time | relevance | path

Searched defs:InvPred (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2350 auto InvPred = ICmpInst::getInversePredicate(Pred->getPredicate()); in expandComparePredicate() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3181 FCmpInst::Predicate InvPred = FCmp->getInversePredicate(); in visitSelectInst() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4387 ICmpInst::Predicate InvPred = CmpInst::getInversePredicate(Pred); in simplifyCmpSelOfMaxMin() local