Home
last modified time | relevance | path

Searched refs:LegalIntWidth (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DDataLayout.h237 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local
238 if (LegalIntWidth == Width) in isLegalInteger()
302 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local
303 if (Width <= LegalIntWidth) in fitsInLegalInteger()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h244 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local
245 if (LegalIntWidth == Width) in isLegalInteger()
318 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local
319 if (Width <= LegalIntWidth) in fitsInLegalInteger()
/external/llvm/lib/IR/
DDataLayout.cpp715 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local
716 if (Width <= LegalIntWidth) in getSmallestLegalIntType()
717 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDataLayout.cpp758 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local
759 if (Width <= LegalIntWidth) in getSmallestLegalIntType()
760 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()