Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp219 const SCEV *InvariantLHS = LIP->LHS; in makeIVComparisonInvariant() local
240 Value *NewLHS = CheapExpansions[InvariantLHS]; in makeIVComparisonInvariant()
244 if (auto *ConstLHS = dyn_cast<SCEVConstant>(InvariantLHS)) in makeIVComparisonInvariant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1314 const SCEV *InvariantLHS, const SCEV *InvariantRHS, SCEVExpander &Rewriter, in replaceWithInvariantCond() argument
1318 auto *LHSV = Rewriter.expandCodeFor(InvariantLHS); in replaceWithInvariantCond()