Home
last modified time | relevance | path

Searched refs:LegalIntWidth (Results 1 – 6 of 6) 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/llvm-project/llvm/include/llvm/IR/
DDataLayout.h263 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local
264 if (LegalIntWidth == Width) in isLegalInteger()
358 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local
359 if (Width <= LegalIntWidth) in fitsInLegalInteger()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h255 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local
256 if (LegalIntWidth == Width) in isLegalInteger()
344 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local
345 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-10.0/llvm/lib/IR/
DDataLayout.cpp785 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local
786 if (Width <= LegalIntWidth) in getSmallestLegalIntType()
787 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()
/external/llvm-project/llvm/lib/IR/
DDataLayout.cpp852 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local
853 if (Width <= LegalIntWidth) in getSmallestLegalIntType()
854 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()