Lines Matching refs:Negate
4358 bool HasVSX, bool &Swap, bool &Negate) { in getVCmpInst() argument
4360 Negate = false; in getVCmpInst()
4375 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break; in getVCmpInst()
4376 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break; in getVCmpInst()
4377 case ISD::SETULE: CC = ISD::SETOGT; Negate = true; break; in getVCmpInst()
4378 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break; in getVCmpInst()
4419 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break; in getVCmpInst()
4420 case ISD::SETUNE: CC = ISD::SETUEQ; Negate = true; break; in getVCmpInst()
4421 case ISD::SETLE: CC = ISD::SETGT; Negate = true; break; in getVCmpInst()
4422 case ISD::SETULE: CC = ISD::SETUGT; Negate = true; break; in getVCmpInst()
4575 bool Swap, Negate; in trySETCC() local
4577 getVCmpInst(VecVT.getSimpleVT(), CC, Subtarget->hasVSX(), Swap, Negate); in trySETCC()
4582 if (Negate) { in trySETCC()