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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h261 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); } function in class:llvm::DataLayout

Completed in 104 milliseconds