Searched refs:XType (Results 1 – 4 of 4) sorted by relevance
8 template<typename T, typename XType, typename YType>10 void f(XType x, YType y) { in f()
12762 EVT XType = N0.getValueType(); in SimplifySelectCC() local12764 if (XType.bitsGE(AType)) { in SimplifySelectCC()12769 ShCtV = XType.getSizeInBits()-ShCtV-1; in SimplifySelectCC()12773 XType, N0, ShCt); in SimplifySelectCC()12776 if (XType.bitsGT(AType)) { in SimplifySelectCC()12785 XType, N0, in SimplifySelectCC()12786 DAG.getConstant(XType.getSizeInBits()-1, in SimplifySelectCC()12790 if (XType.bitsGT(AType)) { in SimplifySelectCC()12880 EVT XType = N0.getValueType(); in SimplifySelectCC() local12882 TLI.isOperationLegal(ISD::SETCC, getSetCCResultType(XType))) { in SimplifySelectCC()[all …]
2414 EVT XType = SRASrc0.getValueType(); in SelectABSOp() local2415 unsigned Size = XType.getSizeInBits() - 1; in SelectABSOp()2418 XType.isInteger() && SRAConstant != nullptr && in SelectABSOp()
2866 // Template Class -- XType Vector Instructions