Searched defs:isInteger (Results 1 – 10 of 10) sorted by relevance
151 bool isInteger() const { in isInteger() function
88 bool isInteger() const { in isInteger() function
1371 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
107 bool isInteger() const { in isInteger() function in __anone51b860d0111::SVEType
191 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() function in __anonfaf0748f0111::Type
279 bool isInteger() const { return Kind != ScalarTypeKind::Float; } in isInteger() function in __anon819a2c470111::ScalarType
1563 static bool isInteger(StringRef Val) { in isInteger() function
1125 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat5215 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
6502 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
3688 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionRec() local