Home
last modified time | relevance | path

Searched refs:getLosslessPtrToIntExpr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h515 const SCEV *getLosslessPtrToIntExpr(const SCEV *Op, unsigned Depth = 0);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp1046 const SCEV *ScalarEvolution::getLosslessPtrToIntExpr(const SCEV *Op, in getLosslessPtrToIntExpr() function in ScalarEvolution
1154 return SE.getLosslessPtrToIntExpr(Expr, /*Depth=*/1); in getLosslessPtrToIntExpr()
1169 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr()