HomeSort by: relevance | last modified time | path
    Searched refs:InvariantLHS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 219 const SCEV *InvariantLHS = LIP->LHS;
240 Value *NewLHS = CheapExpansions[InvariantLHS];
244 if (auto *ConstLHS = dyn_cast<SCEVConstant>(InvariantLHS))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 1314 const SCEV *InvariantLHS, const SCEV *InvariantRHS, SCEVExpander &Rewriter,
1318 auto *LHSV = Rewriter.expandCodeFor(InvariantLHS);

Completed in 34 milliseconds