Searched refs:visitSignExtendExpr (Results 1 – 4 of 4) sorted by relevance
276 Value *visitSignExtendExpr(const SCEVSignExtendExpr *S);
462 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S); in visit()579 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { in visitSignExtendExpr() function
1528 Value *SCEVExpander::visitSignExtendExpr(const SCEVSignExtendExpr *S) { in visitSignExtendExpr() function in SCEVExpander
754 void visitSignExtendExpr(const SCEVSignExtendExpr *Numerator) {} in visitSignExtendExpr() function