Searched refs:FoundLHS (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6863 const SCEV *FoundLHS = getSCEV(ICI->getOperand(0)); in isImpliedCond() local 6868 getTypeSizeInBits(FoundLHS->getType())) { in isImpliedCond() 6870 LHS = getSignExtendExpr(LHS, FoundLHS->getType()); in isImpliedCond() 6871 RHS = getSignExtendExpr(RHS, FoundLHS->getType()); in isImpliedCond() 6873 LHS = getZeroExtendExpr(LHS, FoundLHS->getType()); in isImpliedCond() 6874 RHS = getZeroExtendExpr(RHS, FoundLHS->getType()); in isImpliedCond() 6877 getTypeSizeInBits(FoundLHS->getType())) { in isImpliedCond() 6879 FoundLHS = getSignExtendExpr(FoundLHS, LHS->getType()); in isImpliedCond() 6882 FoundLHS = getZeroExtendExpr(FoundLHS, LHS->getType()); in isImpliedCond() 6892 if (SimplifyICmpOperands(FoundPred, FoundLHS, FoundRHS)) in isImpliedCond() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 532 const SCEV *FoundLHS, const SCEV *FoundRHS); 539 const SCEV *FoundLHS, 548 const SCEV *FoundLHS,
|