Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h214 Value *visitZeroExtendExpr(const SCEVZeroExtendExpr *S);
DScalarEvolutionExpressions.h468 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S); in visit()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S); in visit()
557 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) { in visitZeroExtendExpr() function
DScalarEvolutionExpander.h331 Value *visitZeroExtendExpr(const SCEVZeroExtendExpr *S);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp1299 Value *SCEVExpander::visitZeroExtendExpr(const SCEVZeroExtendExpr *S) { in visitZeroExtendExpr() function in SCEVExpander
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1545 Value *SCEVExpander::visitZeroExtendExpr(const SCEVZeroExtendExpr *S) { in visitZeroExtendExpr() function in SCEVExpander
DScalarEvolution.cpp755 void visitZeroExtendExpr(const SCEVZeroExtendExpr *Numerator) {} in visitZeroExtendExpr() function
10128 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) { in visitZeroExtendExpr() function in __anond3aa2a801c11::SCEVPredicateRewriter