Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h561 Type *getSmallestLegalIntType(LLVMContext &C, unsigned Width = 0) const;
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp380 Type *Ty = DL.getSmallestLegalIntType(*Ctx, MinBW); in validateAndTransform()
/src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp249 Type *Ty = DL.getSmallestLegalIntType(DstTy->getContext(), MinBitWidth); in getMinBitWidth()
/src/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp893 Type *DataLayout::getSmallestLegalIntType(LLVMContext &C, unsigned Width) const { in getSmallestLegalIntType() function in DataLayout
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp409 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in foldCmpLoadFromIndexedGlobal()