Searched refs:reg_type2 (Results 1 – 1 of 1) sorted by relevance
2637 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction() local2640 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2642 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()2644 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2648 << reg_type2 << ") must both be references or integral"; in CodeFlowVerifyInstruction()2657 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction() local2658 if (!reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes()) { in CodeFlowVerifyInstruction()2660 << reg_type2 << ") must be integral"; in CodeFlowVerifyInstruction()