Lines Matching refs:FalseOp
21493 SDValue FalseOp = N->getOperand(0); in PerformCMOVCombine() local
21505 return (CC == X86::COND_E) ? FalseOp : TrueOp; in PerformCMOVCombine()
21514 (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC))) { in PerformCMOVCombine()
21515 SDValue Ops[] = { FalseOp, TrueOp, in PerformCMOVCombine()
21524 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) { in PerformCMOVCombine()
21530 std::swap(TrueOp, FalseOp); in PerformCMOVCombine()
21638 CmpAgainst == dyn_cast<ConstantSDNode>(FalseOp)) { in PerformCMOVCombine()
21640 std::swap(TrueOp, FalseOp); in PerformCMOVCombine()
21645 SDValue Ops[] = { FalseOp, Cond.getOperand(0), in PerformCMOVCombine()
21675 std::swap(FalseOp, TrueOp); in PerformCMOVCombine()
21680 SDValue LOps[] = {FalseOp, TrueOp, DAG.getConstant(CC0, MVT::i8), in PerformCMOVCombine()