Home
last modified time | relevance | path

Searched refs:getSmallestLegalIntType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp377 Type *Ty = DL.getSmallestLegalIntType(*Ctx, MinBW); in validateAndTransform()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h554 LLVM_ABI Type *getSmallestLegalIntType(LLVMContext &C,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp248 Type *Ty = DL.getSmallestLegalIntType(DstTy->getContext(), MinBitWidth); in getMinBitWidth()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp865 Type *DataLayout::getSmallestLegalIntType(LLVMContext &C, unsigned Width) const { in getSmallestLegalIntType() function in DataLayout
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1591 Type *NewType = DL.getSmallestLegalIntType(I->getContext(), MaxBitsNeeded); in tryNarrowMathIfNoOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp407 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in foldCmpLoadFromIndexedGlobal()