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

/external/llvm/include/llvm/IR/
H A DDataLayout.h239 bool isLegalInteger(unsigned Width) const { function in class:llvm::DataLayout
246 bool isIllegalInteger(unsigned Width) const { return !isLegalInteger(Width); }

Completed in 77 milliseconds