Searched defs:isInt (Results 1 – 7 of 7) sorted by relevance
68 bool isInt() const { return EntryKind == E_Integer; } in isInt() function
271 inline bool isInt(int64_t x) { in isInt() function
182 bool isInt() const { return Kind == Int; } in isInt() function
85 bool isInt() const { return !IsFp; } in isInt() function in __anonc4b471590111::FAddendCoef
177 bool isInt() const { return !Float && ElementBitwidth == 32; } in isInt() function in __anon870a9de20111::Type
3125 bool isInt = Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType(); in EmitVAArg() local
3837 bool isInt = LHS.getValueType().isInteger(); in visitXOR() local