Searched refs:FoundLHS (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1931 const SCEV *FoundLHS, const SCEV *FoundRHS, 1939 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS, 1948 const SCEV *RHS, const SCEV *FoundLHS, 1958 const SCEV *FoundLHS, const SCEV *FoundRHS, 1970 const SCEV *RHS, const SCEV *FoundLHS, 1980 const SCEV *FoundLHS, 1996 const SCEV *FoundLHS, 2007 const SCEV *FoundLHS, 2020 const SCEV *FoundLHS, const SCEV *FoundRHS, 2029 const SCEV *RHS, const SCEV *FoundLHS,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 11664 const SCEV *FoundLHS = getSCEV(ICI->getOperand(0)); in isImpliedCond() local 11667 return isImpliedCond(Pred, LHS, RHS, FoundPred, FoundLHS, FoundRHS, CtxI); in isImpliedCond() 11673 const SCEV *FoundLHS, const SCEV *FoundRHS, in isImpliedCond() argument 11677 getTypeSizeInBits(FoundLHS->getType())) { in isImpliedCond() 11681 if (!CmpInst::isSigned(FoundPred) && !FoundLHS->getType()->isPointerTy() && in isImpliedCond() 11684 auto *WideType = FoundLHS->getType(); in isImpliedCond() 11688 if (isKnownViaNonRecursiveReasoning(ICmpInst::ICMP_ULE, FoundLHS, in isImpliedCond() 11692 const SCEV *TruncFoundLHS = getTruncateExpr(FoundLHS, NarrowType); in isImpliedCond() 11703 LHS = getSignExtendExpr(LHS, FoundLHS->getType()); in isImpliedCond() 11704 RHS = getSignExtendExpr(RHS, FoundLHS->getType()); in isImpliedCond() [all …]
|