Searched refs:getTruncateOrSignExtend (Results 1 – 2 of 2) sorted by relevance
636 const SCEV *getTruncateOrSignExtend(const SCEV *V, Type *Ty,
1202 return getTruncateOrSignExtend(SS->getOperand(), Ty, Depth + 1); in getTruncateExpr()1915 return getTruncateOrSignExtend(X, Ty, Depth); in getSignExtendExpr()3480 IndexExpr = getTruncateOrSignExtend(IndexExpr, IntIdxTy); in getGEPExpr()4045 const SCEV *ScalarEvolution::getTruncateOrSignExtend(const SCEV *V, Type *Ty, in getTruncateOrSignExtend() function in ScalarEvolution