Searched refs:getAnyExtendExpr (Results 1 – 4 of 4) sorted by relevance
580 const SCEV *getAnyExtendExpr(const SCEV *Op, Type *Ty);
1175 NewOps[i] = SE.getAnyExtendExpr(S->getOperand(i), CanonicalIV->getType()); in visitAddRecExpr()
2164 const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op, in getAnyExtendExpr() function in ScalarEvolution2181 return getAnyExtendExpr(NewOp, Ty); in getAnyExtendExpr()2199 Ops.push_back(getAnyExtendExpr(Op, Ty)); in getAnyExtendExpr()2624 LargeOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr()2636 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr()4779 return getAnyExtendExpr(V, Ty); in getNoopOrAnyExtend()
4153 const SCEV *NewDenormExpr = SE.getAnyExtendExpr(DenormExpr, ToTy); in getAnyExtendConsideringPostIncUses()