Home
last modified time | relevance | path

Searched refs:visitZeroExtendExpr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h187 Value *visitZeroExtendExpr(const SCEVZeroExtendExpr *S);
DScalarEvolutionExpressions.h468 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S); in visit()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1227 Value *SCEVExpander::visitZeroExtendExpr(const SCEVZeroExtendExpr *S) { in visitZeroExtendExpr() function in SCEVExpander