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

/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp900 const SCEV *ScalarEvolution::getZeroExtendExpr(const SCEV *Op, function in class:ScalarEvolution
915 return getZeroExtendExpr(SZ->getOperand(), Ty);
953 return getAddRecExpr(getZeroExtendExpr(Start, Ty),
954 getZeroExtendExpr(Step, Ty),
980 const SCEV *ZAdd = getZeroExtendExpr(getAddExpr(Start, ZMul), WideTy);
981 const SCEV *WideStart = getZeroExtendExpr(Start, WideTy);
983 getZeroExtendExpr(CastedMaxBECount, WideTy);
987 getZeroExtendExpr(Step, WideTy)));
992 return getAddRecExpr(getZeroExtendExpr(Start, Ty),
993 getZeroExtendExpr(Ste
[all...]

Completed in 67 milliseconds