Searched refs:getZeroExtendExpr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolution.cpp892 const SCEV *ScalarEvolution::getZeroExtendExpr(const SCEV *Op, function in class:ScalarEvolution
907 return getZeroExtendExpr(SZ->getOperand(), Ty);
945 return getAddRecExpr(getZeroExtendExpr(Start, Ty),
946 getZeroExtendExpr(Step, Ty),
972 const SCEV *ZAdd = getZeroExtendExpr(getAddExpr(Start, ZMul), WideTy);
973 const SCEV *WideStart = getZeroExtendExpr(Start, WideTy);
975 getZeroExtendExpr(CastedMaxBECount, WideTy);
979 getZeroExtendExpr(Step, WideTy)));
984 return getAddRecExpr(getZeroExtendExpr(Start, Ty),
985 getZeroExtendExpr(Ste
[all...]
H A DScalarEvolutionNormalization.cpp99 case scZeroExtend: return SE.getZeroExtendExpr(N, S->getType());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp812 ExtendOperExpr = SE->getZeroExtendExpr(
849 SE->getZeroExtendExpr(NarrowExpr, WideType);
983 SE->getZeroExtendExpr(AddRec, WideType);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DScalarEvolution.h573 const SCEV *getZeroExtendExpr(const SCEV *Op, Type *Ty);

Completed in 313 milliseconds