Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()