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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 271 return expandCodeForImpl(SH, Ty, I, true);
279 return expandCodeForImpl(SH, Ty, true);
396 Value *expandCodeForImpl(const SCEV *SH, Type *Ty, bool Root);
402 Value *expandCodeForImpl(const SCEV *SH, Type *Ty, Instruction *I, bool Root);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 504 : expandCodeForImpl(SE.getAddExpr(ScaledOps), Ty, false);
563 Value *Idx = expandCodeForImpl(SE.getAddExpr(Ops), Ty, false);
784 Value *W = expandCodeForImpl(SE.getNegativeSCEV(Op), Ty, false);
791 Value *W = expandCodeForImpl(Op, Ty, false);
843 Value *P = expandCodeForImpl(I->second, Ty, false);
902 Value *LHS = expandCodeForImpl(S->getLHS(), Ty, false);
911 Value *RHS = expandCodeForImpl(S->getRHS(), Ty, false);
1317 expandCodeForImpl(Normalized->getStart(), ExpandTy,
1336 Value *StepV = expandCodeForImpl(
1493 StepV = expandCodeForImpl(
    [all...]

Completed in 19 milliseconds