Searched defs:floatConst (Results 1 – 8 of 8) sorted by relevance
139 const auto &floatConst = static_cast<const MIRFloatConst &>(rhs); in operator ==() local161 const auto &floatConst = static_cast<const MIRDoubleConst &>(rhs); in operator ==() local183 const auto &floatConst = static_cast<const MIRFloat128Const &>(rhs); in operator ==() local
415 …auto *floatConst = new MIRFloatConst(floatVal, *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyId… in DoGetOrCreateFloatConst() local431 …auto *floatConst = new MIRFloatConst(floatVal, *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyId… in DoGetOrCreateFloatConstThreadSafe() local493 for (const auto &floatConst : floatConstTable) { in ~FPConstTable() local
300 MIRFloatConst *floatConst = safe_cast<MIRFloatConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
670 MIRFloatConst *floatConst = safe_cast<MIRFloatConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
210 std::array<float, 3U> floatConst {-5.5F, 0.1F, 5.2F}; in TEST_F() local
314 Operand *X64CGFunc::SelectFloatConst(MIRFloatConst &floatConst, const BaseNode &parent) in SelectFloatConst()
664 auto *floatConst = safe_cast<MIRFloatConst>(constVal); in GetHashIndex() local
3052 Operand *AArch64CGFunc::SelectFloatConst(MIRFloatConst &floatConst, const BaseNode &parent) in SelectFloatConst()