Lines Matching defs:FVal
46766 SDValue FVal = N->getOperand(2);
46767 if (!TVal.hasOneUse() || !FVal.hasOneUse() ||
46769 !isFreeToSplitVector(FVal.getNode(), DAG))
46776 return SplitOpsAndApply(DAG, Subtarget, DL, VT, {Cond, TVal, FVal}, makeBlend,
47883 ConstantSDNode *FVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(0));
47889 if (!FVal) {
47903 if (FVal && FVal->getZExtValue() != 0) {
47904 if (FVal->getZExtValue() != 1)
47906 // If FVal is 1, opposite cond is needed.
47910 // Quit if TVal is not the constant opposite of FVal.