Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypes.cpp31 bool Type::isInteger(unsigned width) const { in isInteger() function in Type
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DValueTypes.h144 bool isInteger() const { in isInteger() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFloat.h1230 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DMachineValueType.h358 bool isInteger() const { in isInteger() function
/llvm-project-15.0.7/clang/utils/TableGen/
H A DSveEmitter.cpp98 bool isInteger() const { return !isFloatingPoint() && !Predicate; } in isInteger() function in __anon409da13d0111::SVEType
H A DNeonEmitter.cpp192 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() function in __anonc6b5f5bf0111::Type
H A DMveEmitter.cpp279 bool isInteger() const { return Kind != ScalarTypeKind::Float; } in isInteger() function in __anondd1c47770111::ScalarType
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1514 static bool isInteger(StringRef Val) { in isInteger() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp900 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat
4764 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPFloatTest.cpp1650 TEST(APFloatTest, isInteger) { in TEST() argument
1665 TEST(DoubleAPFloatTest, isInteger) { in TEST() argument
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp473 bool isInteger(Value value) { return value.getType().isa<IntegerType>(); } in isInteger() function in __anon9c47bb970311::RegionBuilderHelper
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6232 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3108 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionRec() local