Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h151 bool isInteger() const { in isInteger() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h88 bool isInteger() const { in isInteger() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1371 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp107 bool isInteger() const { in isInteger() function in __anone51b860d0111::SVEType
H A DNeonEmitter.cpp191 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() function in __anonfaf0748f0111::Type
H A DMveEmitter.cpp279 bool isInteger() const { return Kind != ScalarTypeKind::Float; } in isInteger() function in __anon819a2c470111::ScalarType
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1563 static bool isInteger(StringRef Val) { in isInteger() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1125 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat
5215 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6502 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3688 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionRec() local