Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:IsRef

120       bool IsRef = (V.Type == BT::BitValue::Ref);
122 if (!IsRef && V == SV)
124 if (IsRef && SV.Type == BT::BitValue::Ref && V.RefI.Reg == SV.RefI.Reg) {