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

  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ScalarEvolutionNormalization.cpp 99 case scZeroExtend: return SE.getZeroExtendExpr(N, S->getType());
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 808 ExtendOperExpr = SE->getZeroExtendExpr(
845 SE->getZeroExtendExpr(NarrowExpr, WideType);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 570 const SCEV *getZeroExtendExpr(const SCEV *Op, Type *Ty);
    [all...]

Completed in 363 milliseconds