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

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 305 const SCEV *ExtendAfterOp = SE->getZeroExtendExpr(SE->getSCEV(BO), WideTy);
307 SE->getZeroExtendExpr(LHS, WideTy), SE->getZeroExtendExpr(RHS, WideTy),
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 99 case scZeroExtend: return SE.getZeroExtendExpr(N, S->getType());
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 662 return SE.getZeroExtendExpr(Operand, Expr->getType());
758 return SE.getZeroExtendExpr(Operand, Expr->getType());
ScalarEvolution.h 611 const SCEV *getZeroExtendExpr(const SCEV *Op, Type *Ty);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 541 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType);

Completed in 363 milliseconds