Searched refs:reg_type2 (Results 1 – 1 of 1) sorted by relevance
1935 RegType& reg_type2 = work_line_->GetRegisterType(inst->VRegB_22t()); in CodeFlowVerifyInstruction() local1938 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()1940 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()1942 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()1946 << reg_type2 << ") must both be references or integral"; in CodeFlowVerifyInstruction()1955 RegType& reg_type2 = work_line_->GetRegisterType(inst->VRegB_22t()); in CodeFlowVerifyInstruction() local1956 if (!reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes()) { in CodeFlowVerifyInstruction()1958 << reg_type2 << ") must be integral"; in CodeFlowVerifyInstruction()