Searched defs:isInteger (Results 1 – 7 of 7) sorted by relevance
110 bool isInteger() const { in isInteger() function
190 bool isInteger() const { in isInteger() function
168 bool isInteger() const { return !Float && !Poly; } in isInteger() function in __anonb62af4a80111::Type
280 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { in getSetCCInverse()318 bool isInteger) { in getSetCCOrOperation()342 bool isInteger) { in getSetCCAndOperation()
2846 bool isInteger = LL.getValueType().isInteger(); in visitANDLike() local3505 bool isInteger = LL.getValueType().isInteger(); in visitORLike() local
3211 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
34 static inline bool isInteger(MVT::SimpleValueType VT) { in isInteger() function