Searched refs:IsExt (Results 1 – 4 of 4) sorted by relevance
304 } else if (auto IsExt = T.consume_front("_ExtVector"); in ParseType() local305 IsExt || T.consume_front("_Vector")) { in ParseType()317 Type += (IsExt ? "E" : "V") + std::to_string(Lanes); in ParseType()
93 bool IsExt = IsFloat ? match(&V, m_FPExt(PatternMatch::m_Value(CastSrc))) in canSafelyConvertTo16Bit() local95 if (IsExt) { in canSafelyConvertTo16Bit()
70 unsigned Opc, bool IsExt);836 unsigned Opc, bool IsExt) { in ExpandVTBL() argument846 if (IsExt) { in ExpandVTBL()
9792 bool IsExt = in expandAVG() local9797 if (IsExt) { in expandAVG()