Lines Matching refs:FalseV
3886 SDValue FalseV = Op.getOperand(2); in lowerSELECT() local
3897 return DAG.getNode(ISD::VSELECT, DL, VT, CondSplat, TrueV, FalseV); in lowerSELECT()
3920 if (isa<ConstantSDNode>(TrueV) && isa<ConstantSDNode>(FalseV) && in lowerSELECT()
3923 const APInt &FalseVal = cast<ConstantSDNode>(FalseV)->getAPIntValue(); in lowerSELECT()
3925 return DAG.getNode(ISD::ADD, DL, Op.getValueType(), CondV, FalseV); in lowerSELECT()
3927 return DAG.getNode(ISD::SUB, DL, Op.getValueType(), FalseV, CondV); in lowerSELECT()
3933 SDValue Ops[] = {LHS, RHS, TargetCC, TrueV, FalseV}; in lowerSELECT()
3943 SDValue Ops[] = {CondV, Zero, SetNE, TrueV, FalseV}; in lowerSELECT()
9065 SDValue FalseV = N->getOperand(4); in PerformDAGCombine() local
9069 if (TrueV == FalseV) in PerformDAGCombine()
9074 {LHS, RHS, CC, TrueV, FalseV}); in PerformDAGCombine()