Home
last modified time | relevance | path

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

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