Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h636 const SCEV *getTruncateOrSignExtend(const SCEV *V, Type *Ty,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp1202 return getTruncateOrSignExtend(SS->getOperand(), Ty, Depth + 1); in getTruncateExpr()
1915 return getTruncateOrSignExtend(X, Ty, Depth); in getSignExtendExpr()
3480 IndexExpr = getTruncateOrSignExtend(IndexExpr, IntIdxTy); in getGEPExpr()
4045 const SCEV *ScalarEvolution::getTruncateOrSignExtend(const SCEV *V, Type *Ty, in getTruncateOrSignExtend() function in ScalarEvolution