HomeSort by relevance Sort by last modified time
    Searched refs:findExistingExpansion (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 225 Value *findExistingExpansion(const SCEV *S, const Instruction *At, Loop *L);
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 519 if (Value *ExistingValue = Rewriter.findExistingExpansion(S, InsertPt, L))
    [all...]

Completed in 33 milliseconds