Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h363 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local
364 if (Width <= LegalIntWidth) in fitsInLegalInteger()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp865 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local
866 if (Width <= LegalIntWidth) in getSmallestLegalIntType()
867 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()