Searched defs:isInteger (Results 1 – 8 of 8) sorted by relevance
111 bool isInteger() const { in isInteger() function
185 bool isInteger() const { in isInteger() function
207 isInteger, enumerator
167 bool isInteger() const { return !Float && !Poly; } in isInteger() function in __anon870a9de20111::Type
3014 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
266 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { in getSetCCInverse()304 bool isInteger) { in getSetCCOrOperation()328 bool isInteger) { in getSetCCAndOperation()
2891 bool isInteger = LL.getValueType().isInteger(); in visitAND() local3486 bool isInteger = LL.getValueType().isInteger(); in visitOR() local
34 static inline bool isInteger(MVT::SimpleValueType VT) { in isInteger() function