Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:ExtType

71       VRX.insert(std::make_pair(InVirtReg, ExtType(ExtType::SExt, Width)));
73 VRX.insert(std::make_pair(InVirtReg, ExtType(ExtType::ZExt, Width)));
1119 if (F->second.Type == ExtType::SExt)
1121 else if (F->second.Type == ExtType::ZExt)