Searched refs:reg_type2 (Results 1 – 1 of 1) sorted by relevance
2540 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction() local2543 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2545 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()2547 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2551 << reg_type2 << ") must both be references or integral"; in CodeFlowVerifyInstruction()2560 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction() local2561 if (!reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes()) { in CodeFlowVerifyInstruction()2563 << reg_type2 << ") must be integral"; in CodeFlowVerifyInstruction()