Searched refs:getTruncateOrSignExtend (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 963 Size, SE->getTruncateOrSignExtend(get<0>(OffsetScevs[0]), IntPtrTy)); in findForkedSCEVs() 965 Size, SE->getTruncateOrSignExtend(get<0>(OffsetScevs[1]), IntPtrTy)); in findForkedSCEVs()
|
H A D | ScalarEvolution.cpp | 1162 return getTruncateOrSignExtend(SS->getOperand(), Ty, Depth + 1); in getTruncateExpr() 1952 return getTruncateOrSignExtend(X, Ty, Depth); in getSignExtendExprImpl() 3794 IndexExpr = getTruncateOrSignExtend(IndexExpr, IntIdxTy); in getGEPExpr() 4739 const SCEV *ScalarEvolution::getTruncateOrSignExtend(const SCEV *V, Type *Ty, in getTruncateOrSignExtend() function in ScalarEvolution
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 721 const SCEV *getTruncateOrSignExtend(const SCEV *V, Type *Ty,
|