Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h144 bool isInteger() const { in isInteger() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h1246 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DSveEmitter.cpp98 bool isInteger() const { return !isFloatingPoint() && !Predicate; } in isInteger() function in __anon3bd444da0111::SVEType
H A DNeonEmitter.cpp191 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() function in __anon28c10cfc0111::Type
H A DMveEmitter.cpp279 bool isInteger() const { return Kind != ScalarTypeKind::Float; } in isInteger() function in __anond852eb140111::ScalarType
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMachineValueType.h370 bool isInteger() const { in isInteger() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp993 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat
5038 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1528 static bool isInteger(StringRef Val) { in isInteger() function
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6229 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3269 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionRec() local