Searched defs:floatConst (Results 1 – 7 of 7) sorted by relevance
148 const auto &floatConst = static_cast<const MIRFloatConst &>(rhs); in operator ==() local170 const auto &floatConst = static_cast<const MIRDoubleConst &>(rhs); in operator ==() local
223 …auto *floatConst = new MIRFloatConst(floatVal, *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyId… in DoGetOrCreateFloatConst() local265 for (const auto &floatConst : floatConstTable) { in ~FPConstTable() local
245 MIRFloatConst *floatConst = safe_cast<MIRFloatConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
499 MIRFloatConst *floatConst = safe_cast<MIRFloatConst>(st->GetKonst()); in EmitAsmLabel() local
209 std::array<float, 3U> floatConst {-5.5F, 0.1F, 5.2F}; in TEST_F() local
98 Operand *X64CGFunc::SelectFloatConst(MIRFloatConst &floatConst, const BaseNode &parent) in SelectFloatConst()
1023 Operand *AArch64CGFunc::SelectFloatConst(MIRFloatConst &floatConst, const BaseNode &parent) in SelectFloatConst()