Searched defs:isInteger (Results 1 – 13 of 13) sorted by relevance
31 bool Type::isInteger(unsigned width) const { in isInteger() function in Type
144 bool isInteger() const { in isInteger() function
1230 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
358 bool isInteger() const { in isInteger() function
98 bool isInteger() const { return !isFloatingPoint() && !Predicate; } in isInteger() function in __anon409da13d0111::SVEType
192 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() function in __anonc6b5f5bf0111::Type
279 bool isInteger() const { return Kind != ScalarTypeKind::Float; } in isInteger() function in __anondd1c47770111::ScalarType
1514 static bool isInteger(StringRef Val) { in isInteger() function
900 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat4764 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
1650 TEST(APFloatTest, isInteger) { in TEST() argument1665 TEST(DoubleAPFloatTest, isInteger) { in TEST() argument
473 bool isInteger(Value value) { return value.getType().isa<IntegerType>(); } in isInteger() function in __anon9c47bb970311::RegionBuilderHelper
6232 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
3108 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionRec() local