Searched defs:floatConst (Results 1 – 7 of 7) sorted by relevance
136 const auto &floatConst = static_cast<const MIRFloatConst &>(rhs); in operator ==() local158 const auto &floatConst = static_cast<const MIRDoubleConst &>(rhs); in operator ==() local180 const auto &floatConst = static_cast<const MIRFloat128Const &>(rhs); in operator ==() local
413 …auto *floatConst = new MIRFloatConst(floatVal, *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyId… in DoGetOrCreateFloatConst() local429 …auto *floatConst = new MIRFloatConst(floatVal, *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyId… in DoGetOrCreateFloatConstThreadSafe() local491 for (const auto &floatConst : floatConstTable) { in ~FPConstTable() local
286 MIRFloatConst *floatConst = safe_cast<MIRFloatConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
200 std::array<float, 3U> floatConst {-5.5F, 0.1F, 5.2F}; in TEST_F() local
318 Operand *X64CGFunc::SelectFloatConst(MIRFloatConst &floatConst, const BaseNode &parent) in SelectFloatConst()
664 auto *floatConst = safe_cast<MIRFloatConst>(constVal); in GetHashIndex() local
3648 Operand *AArch64CGFunc::SelectFloatConst(MIRFloatConst &floatConst, const BaseNode &parent) in SelectFloatConst()