Searched refs:getSmallestLegalIntType (Results 1 – 6 of 6) sorted by relevance
377 Type *Ty = DL.getSmallestLegalIntType(*Ctx, MinBW); in validateAndTransform()
554 LLVM_ABI Type *getSmallestLegalIntType(LLVMContext &C,
248 Type *Ty = DL.getSmallestLegalIntType(DstTy->getContext(), MinBitWidth); in getMinBitWidth()
865 Type *DataLayout::getSmallestLegalIntType(LLVMContext &C, unsigned Width) const { in getSmallestLegalIntType() function in DataLayout
1591 Type *NewType = DL.getSmallestLegalIntType(I->getContext(), MaxBitsNeeded); in tryNarrowMathIfNoOverflow()
407 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in foldCmpLoadFromIndexedGlobal()