Searched defs:isInteger (Results 1 – 10 of 10) sorted by relevance
144 bool isInteger() const { in isInteger() function
1246 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
98 bool isInteger() const { return !isFloatingPoint() && !Predicate; } in isInteger() function in __anon3bd444da0111::SVEType
191 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() function in __anon28c10cfc0111::Type
279 bool isInteger() const { return Kind != ScalarTypeKind::Float; } in isInteger() function in __anond852eb140111::ScalarType
370 bool isInteger() const { in isInteger() function
993 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat5038 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
1528 static bool isInteger(StringRef Val) { in isInteger() function
6229 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
3269 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionRec() local