Home
last modified time | relevance | path

Searched defs:isInteger (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h139 bool isInteger() const { in isInteger() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h1232 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h333 bool isInteger() const { in isInteger() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp98 bool isInteger() const { return !isFloatingPoint() && !Predicate; } in isInteger() function in __anon47288a980111::SVEType
H A DNeonEmitter.cpp192 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() function in __anon9e9e0a7a0111::Type
H A DMveEmitter.cpp278 bool isInteger() const { return Kind != ScalarTypeKind::Float; } in isInteger() function in __anone3a730d20111::ScalarType
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1437 static bool isInteger(StringRef Val) { in isInteger() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp900 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat
4746 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6023 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2634 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionRec() local