Searched defs:isInt (Results 1 – 6 of 6) sorted by relevance
82 bool isInt() const { return EntryKind == E_Integer; } in isInt() function
388 bool BT::MachineEvaluator::isInt(const RegisterCell &A) const { in isInt() function in BT::MachineEvaluator
151 bool isInt() const { return IsInt; } in isInt() function
101 bool isInt() const { return !IsFp; } in isInt() function in __anon0831a0f10111::FAddendCoef
201 bool isInt() const { return isInteger() && ElementBitwidth == 32; } in isInt() function in __anon9e9e0a7a0111::Type
4719 bool isInt = !Ty->isFloatingType(); in EmitVAArg() local