Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetData.h170 bool isIllegalInteger(unsigned Width) const { in isIllegalInteger() function
/external/llvm/include/llvm/IR/
DDataLayout.h243 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); } in isIllegalInteger() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h250 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); } in isIllegalInteger() function