Searched refs:FoundPred (Results 1 – 3 of 3) sorted by relevance
630 PHINode *FoundPred = Builder.CreatePHI(PredVTy, 1, "mismatch_sve_found_pred"); in expandFindMismatch() local631 FoundPred->addIncoming(SVEMatchCmp, SVELoopStartBlock); in expandFindMismatch()639 Value *PredMatchCmp = Builder.CreateAnd(LastLoopPred, FoundPred); in expandFindMismatch()
1908 ICmpInst::Predicate FoundPred,1917 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS,1957 ICmpInst::Predicate FoundPred,
11582 ICmpInst::Predicate FoundPred; in isImpliedCond() local11584 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 …]