Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDataLayout.h429 Type *getSmallestLegalIntType(LLVMContext &C, unsigned Width = 0) const;
/external/llvm/lib/IR/
DDataLayout.cpp714 Type *DataLayout::getSmallestLegalIntType(LLVMContext &C, unsigned Width) const { in getSmallestLegalIntType() function in DataLayout
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp482 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in FoldCmpLoadFromIndexedGlobal()