Home
last modified time | relevance | path

Searched refs:InvariantLHS (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp220 const SCEV *InvariantLHS = LIP->LHS; in makeIVComparisonInvariant() local
241 Value *NewLHS = CheapExpansions[InvariantLHS]; in makeIVComparisonInvariant()
245 if (auto *ConstLHS = dyn_cast<SCEVConstant>(InvariantLHS)) in makeIVComparisonInvariant()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1347 const SCEV *InvariantLHS, const SCEV *InvariantRHS, SCEVExpander &Rewriter, in replaceWithInvariantCond() argument
1351 auto *LHSV = Rewriter.expandCodeFor(InvariantLHS); in replaceWithInvariantCond()