Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp463 PHINode *FoundPred = Builder.CreatePHI(PredVTy, 1, "mismatch_vec_found_pred"); in createMaskedFindMismatch() local
464 FoundPred->addIncoming(VectorMatchCmp, VectorLoopStartBlock); in createMaskedFindMismatch()
472 Value *PredMatchCmp = Builder.CreateAnd(LastLoopPred, FoundPred); in createMaskedFindMismatch()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11660 ICmpInst::Predicate FoundPred; in isImpliedCond() local
11662 FoundPred = ICI->getInversePredicate(); in isImpliedCond()
11664 FoundPred = ICI->getPredicate(); in isImpliedCond()
11669 return isImpliedCond(Pred, LHS, RHS, FoundPred, FoundLHS, FoundRHS, CtxI); in isImpliedCond()
11674 ICmpInst::Predicate FoundPred, in isImpliedCond() argument
11683 if (!CmpInst::isSigned(FoundPred) && !FoundLHS->getType()->isPointerTy() && in isImpliedCond()
11696 if (isImpliedCondBalancedTypes(Pred, LHS, RHS, FoundPred, TruncFoundLHS, in isImpliedCond()
11715 if (CmpInst::isSigned(FoundPred)) { in isImpliedCond()
11723 return isImpliedCondBalancedTypes(Pred, LHS, RHS, FoundPred, FoundLHS, in isImpliedCond()
11729 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS, const SCEV *FoundRHS, in isImpliedCondBalancedTypes() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1930 ICmpInst::Predicate FoundPred,
1939 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS,
1979 ICmpInst::Predicate FoundPred,