Searched refs:reg_type2 (Results 1 – 1 of 1) sorted by relevance
2599 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction() local2602 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2604 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()2606 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2610 << reg_type2 << ") must both be references or integral"; in CodeFlowVerifyInstruction()2619 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction() local2620 if (!reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes()) { in CodeFlowVerifyInstruction()2622 << reg_type2 << ") must be integral"; in CodeFlowVerifyInstruction()