Searched refs:EQOpc (Results 1 – 1 of 1) sorted by relevance
8535 unsigned Opc = 0, EQOpc = 0, GTOpc = 0; in LowerVSETCC() local8540 case MVT::v16i8: EQOpc = X86ISD::PCMPEQB; GTOpc = X86ISD::PCMPGTB; break; in LowerVSETCC()8541 case MVT::v8i16: EQOpc = X86ISD::PCMPEQW; GTOpc = X86ISD::PCMPGTW; break; in LowerVSETCC()8542 case MVT::v4i32: EQOpc = X86ISD::PCMPEQD; GTOpc = X86ISD::PCMPGTD; break; in LowerVSETCC()8543 case MVT::v2i64: EQOpc = X86ISD::PCMPEQQ; GTOpc = X86ISD::PCMPGTQ; break; in LowerVSETCC()8549 case ISD::SETEQ: Opc = EQOpc; break; in LowerVSETCC()