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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h146 bool isInteger() const { function in struct:llvm::EVT
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMachineValueType.h315 bool isInteger() const { function
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp278 bool isInteger() const { return Kind != ScalarTypeKind::Float; } function in class:__anon2446::ScalarType
H A DNeonEmitter.cpp192 bool isInteger() const { return Kind == SInt || Kind == UInt; } function in class:__anon2449::Type
[all...]
H A DSveEmitter.cpp98 bool isInteger() const { return !isFloatingPoint() && !Predicate; } function in class:__anon2451::SVEType
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1218 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } function in class:llvm::APFloat
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2546 bool isInteger() const { function in class:clang::BuiltinType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2123 bool isInteger = LHS.getValueType().isInteger(); local
[all...]

Completed in 206 milliseconds