Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp630 PHINode *FoundPred = Builder.CreatePHI(PredVTy, 1, "mismatch_sve_found_pred"); in expandFindMismatch() local
631 FoundPred->addIncoming(SVEMatchCmp, SVELoopStartBlock); in expandFindMismatch()
639 Value *PredMatchCmp = Builder.CreateAnd(LastLoopPred, FoundPred); in expandFindMismatch()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1908 ICmpInst::Predicate FoundPred,
1917 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS,
1957 ICmpInst::Predicate FoundPred,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11582 ICmpInst::Predicate FoundPred; in isImpliedCond() local
11584 FoundPred = ICI->getInversePredicate(); in isImpliedCond()
11586 FoundPred = ICI->getPredicate(); in isImpliedCond()
11637 if (CmpInst::isSigned(FoundPred)) { in isImpliedCond()
11663 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCondBalancedTypes()
11669 FoundPred = ICmpInst::getSwappedPredicate(FoundPred); in isImpliedCondBalancedTypes()
11677 if (FoundPred == Pred) in isImpliedCondBalancedTypes()
11721 if (IsSignFlippedPredicate(Pred, FoundPred)) { in isImpliedCondBalancedTypes()
11760 if (FoundPred == ICmpInst::ICMP_NE && in isImpliedCondBalancedTypes()
11837 if (FoundPred == ICmpInst::ICMP_EQ) in isImpliedCondBalancedTypes()
[all …]