Searched refs:FoundLHS (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 11799 const SCEV *FoundLHS = getSCEV(ICI->getOperand(0)); in isImpliedCond() local 11802 return isImpliedCond(Pred, LHS, RHS, FoundPred, FoundLHS, FoundRHS, CtxI); in isImpliedCond() 11807 const SCEV *FoundLHS, const SCEV *FoundRHS, in isImpliedCond() argument 11811 getTypeSizeInBits(FoundLHS->getType())) { in isImpliedCond() 11815 if (!CmpInst::isSigned(FoundPred) && !FoundLHS->getType()->isPointerTy() && in isImpliedCond() 11818 auto *WideType = FoundLHS->getType(); in isImpliedCond() 11822 if (isKnownViaNonRecursiveReasoning(ICmpInst::ICMP_ULE, FoundLHS, in isImpliedCond() 11826 const SCEV *TruncFoundLHS = getTruncateExpr(FoundLHS, NarrowType); in isImpliedCond() 11838 LHS = getSignExtendExpr(LHS, FoundLHS->getType()); in isImpliedCond() 11839 RHS = getSignExtendExpr(RHS, FoundLHS->getType()); in isImpliedCond() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 2024 const SCEV *FoundLHS, 2034 const SCEV *FoundLHS, const SCEV *FoundRHS, 2042 const SCEV *RHS, const SCEV *FoundLHS, 2051 const SCEV *RHS, const SCEV *FoundLHS, 2063 const SCEV *RHS, const SCEV *FoundLHS, 2072 const SCEV *FoundLHS, 2087 const SCEV *RHS, const SCEV *FoundLHS, 2098 const SCEV *FoundLHS, 2110 const SCEV *FoundLHS, const SCEV *FoundRHS, 2119 const SCEV *RHS, const SCEV *FoundLHS,
|