Searched refs:getSmallestLegalIntType (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 426 Type *getSmallestLegalIntType(LLVMContext &C, unsigned Width = 0) const;
|
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
D | common.cpp | 156 dl.getSmallestLegalIntType(mod.getContext(), sizeof(cl_uint) * 8); in make_kernel_args()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 211 Type *Ty = DL.getSmallestLegalIntType(DstTy->getContext(), MinBitWidth); in getMinBitWidth()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DataLayout.h | 560 Type *getSmallestLegalIntType(LLVMContext &C, unsigned Width = 0) const;
|
/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 224 Type *Ty = DL.getSmallestLegalIntType(DstTy->getContext(), MinBitWidth); in getMinBitWidth()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 533 Type *getSmallestLegalIntType(LLVMContext &C, unsigned Width = 0) const;
|
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 714 Type *DataLayout::getSmallestLegalIntType(LLVMContext &C, unsigned Width) const { in getSmallestLegalIntType() function in DataLayout
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 784 Type *DataLayout::getSmallestLegalIntType(LLVMContext &C, unsigned Width) const { in getSmallestLegalIntType() function in DataLayout
|
/external/llvm-project/llvm/lib/IR/ |
D | DataLayout.cpp | 851 Type *DataLayout::getSmallestLegalIntType(LLVMContext &C, unsigned Width) const { in getSmallestLegalIntType() function in DataLayout
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 489 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in FoldCmpLoadFromIndexedGlobal()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 403 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in foldCmpLoadFromIndexedGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 402 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in foldCmpLoadFromIndexedGlobal()
|