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

  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ScalarEvolutionNormalization.cpp 99 case scZeroExtend: return SE.getZeroExtendExpr(N, S->getType());
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 662 return SE.getZeroExtendExpr(Operand, Expr->getType());
758 return SE.getZeroExtendExpr(Operand, Expr->getType());
ScalarEvolution.h 595 const SCEV *getZeroExtendExpr(const SCEV *Op, Type *Ty);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 522 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType);

Completed in 234 milliseconds