Searched refs:getAnyExtendExpr (Results 1 – 4 of 4) sorted by relevance
581 const SCEV *getAnyExtendExpr(const SCEV *Op, Type *Ty);
1232 NewOps[i] = SE.getAnyExtendExpr(S->getOperand(i), CanonicalIV->getType()); in visitAddRecExpr()
2166 const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op, in getAnyExtendExpr() function in ScalarEvolution2183 return getAnyExtendExpr(NewOp, Ty); in getAnyExtendExpr()2201 Ops.push_back(getAnyExtendExpr(Op, Ty)); in getAnyExtendExpr()2626 LargeOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr()2638 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr()4784 return getAnyExtendExpr(V, Ty); in getNoopOrAnyExtend()
4404 const SCEV *NewDenormExpr = SE.getAnyExtendExpr(DenormExpr, ToTy); in getAnyExtendConsideringPostIncUses()