Searched defs:isInt (Results 1 – 7 of 7) sorted by relevance
85 bool isInt() const { return EntryKind == E_Integer; } in isInt() function
245 bool isInt(mlir::Type i) { return mlir::isa<cir::IntType>(i); } in isInt() function
170 template <unsigned N> constexpr bool isInt(int64_t x) { in isInt() function
458 bool isInt = !Ty->isFloatingType(); in EmitVAArg() local
383 bool BT::MachineEvaluator::isInt(const RegisterCell &A) const { in isInt() function in BT::MachineEvaluator
198 bool isInt() const { return isInteger() && ElementBitwidth == 32; } in isInt() function in __anonfaf0748f0111::Type
101 bool isInt() const { return !IsFp; } in isInt() function in __anon84b617a60111::FAddendCoef