Searched defs:isInt (Results 1 – 7 of 7) sorted by relevance
85 bool isInt() const { return EntryKind == E_Integer; } in isInt() function
211 template <unsigned N> constexpr inline bool isInt(int64_t x) { in isInt() function
388 bool BT::MachineEvaluator::isInt(const RegisterCell &A) const { in isInt() function in BT::MachineEvaluator
152 bool isInt() const { return IsInt; } in isInt() function
200 bool isInt() const { return isInteger() && ElementBitwidth == 32; } in isInt() function in __anon28c10cfc0111::Type
101 bool isInt() const { return !IsFp; } in isInt() function in __anon903637b30111::FAddendCoef
4828 bool isInt = !Ty->isFloatingType(); in EmitVAArg() local