Searched defs:isInteger (Results 1 – 10 of 10) sorted by relevance
139 bool isInteger() const { in isInteger() function
1232 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
333 bool isInteger() const { in isInteger() function
98 bool isInteger() const { return !isFloatingPoint() && !Predicate; } in isInteger() function in __anon47288a980111::SVEType
192 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() function in __anon9e9e0a7a0111::Type
278 bool isInteger() const { return Kind != ScalarTypeKind::Float; } in isInteger() function in __anone3a730d20111::ScalarType
1437 static bool isInteger(StringRef Val) { in isInteger() function
900 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat4746 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
6023 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
2634 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionRec() local