Searched defs:isLegalInteger (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDataLayout.h217 /// isLegalInteger - This function returns true if the specified type is
224 bool isLegalInteger(unsigned Width) const { function in class:llvm::DataLayout
232 return !isLegalInteger(Width);

Completed in 56 milliseconds