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

/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1235 SCEVZeroExtendExpr>::GetExtendExpr = &ScalarEvolution::getZeroExtendExpr;
1409 const SCEV *ScalarEvolution::getZeroExtendExpr(const SCEV *Op, function in class:ScalarEvolution
1424 return getZeroExtendExpr(SZ->getOperand(), Ty);
1464 getZeroExtendExpr(Step, Ty), L, AR->getNoWrapFlags());
1489 const SCEV *ZAdd = getZeroExtendExpr(getAddExpr(Start, ZMul), WideTy);
1490 const SCEV *WideStart = getZeroExtendExpr(Start, WideTy);
1492 getZeroExtendExpr(CastedMaxBECount, WideTy);
1496 getZeroExtendExpr(Step, WideTy)));
1503 getZeroExtendExpr(Step, Ty), L, AR->getNoWrapFlags());
1538 getZeroExtendExpr(Ste
[all...]

Completed in 46 milliseconds