Searched refs:visitSignExtendExpr (Results 1 – 3 of 3) sorted by relevance
189 Value *visitSignExtendExpr(const SCEVSignExtendExpr *S);
470 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S); in visit()
1236 Value *SCEVExpander::visitSignExtendExpr(const SCEVSignExtendExpr *S) { in visitSignExtendExpr() function in SCEVExpander