Searched refs:getTruncateOrSignExtend (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 890 Size, SE->getTruncateOrSignExtend(get<0>(OffsetScevs[0]), IntPtrTy)); in findForkedSCEVs() 892 Size, SE->getTruncateOrSignExtend(get<0>(OffsetScevs[1]), IntPtrTy)); in findForkedSCEVs()
|
H A D | ScalarEvolution.cpp | 1222 return getTruncateOrSignExtend(SS->getOperand(), Ty, Depth + 1); in getTruncateExpr() 2001 return getTruncateOrSignExtend(X, Ty, Depth); in getSignExtendExprImpl() 3797 IndexExpr = getTruncateOrSignExtend(IndexExpr, IntIdxTy); in getGEPExpr() 4704 const SCEV *ScalarEvolution::getTruncateOrSignExtend(const SCEV *V, Type *Ty, in getTruncateOrSignExtend() function in ScalarEvolution
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1286 const SCEV *getTruncateOrSignExtend(const SCEV *V, Type *Ty);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 618 const SCEV *getTruncateOrSignExtend(const SCEV *V, Type *Ty,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 712 const SCEV *getTruncateOrSignExtend(const SCEV *V, Type *Ty,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ScalarEvolution.h | 721 const SCEV *getTruncateOrSignExtend(const SCEV *V, Type *Ty,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ScalarEvolution.h | 721 const SCEV *getTruncateOrSignExtend(const SCEV *V, Type *Ty,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ScalarEvolution.h | 721 const SCEV *getTruncateOrSignExtend(const SCEV *V, Type *Ty,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ScalarEvolution.h | 720 const SCEV *getTruncateOrSignExtend(const SCEV *V, Type *Ty,
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1093 return getTruncateOrSignExtend(SS->getOperand(), Ty); in getTruncateExpr() 1640 return getTruncateOrSignExtend(X, Ty); in getSignExtendExpr() 3009 IndexExpr = getTruncateOrSignExtend(IndexExpr, IntPtrTy); in getGEPExpr() 3524 ScalarEvolution::getTruncateOrSignExtend(const SCEV *V, in getTruncateOrSignExtend() function in ScalarEvolution
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1287 return getTruncateOrSignExtend(SS->getOperand(), Ty, Depth + 1); in getTruncateExpr() 1998 return getTruncateOrSignExtend(X, Ty, Depth); in getSignExtendExpr() 3530 IndexExpr = getTruncateOrSignExtend(IndexExpr, IntIdxTy); in getGEPExpr() 4062 const SCEV *ScalarEvolution::getTruncateOrSignExtend(const SCEV *V, Type *Ty, in getTruncateOrSignExtend() function in ScalarEvolution
|