Lines Matching defs:FVal
45577 SDValue FVal = N->getOperand(2);
45578 if (!TVal.hasOneUse() || !FVal.hasOneUse() ||
45580 !isFreeToSplitVector(FVal.getNode(), DAG))
45587 return SplitOpsAndApply(DAG, Subtarget, DL, VT, {Cond, TVal, FVal}, makeBlend,
46671 ConstantSDNode *FVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(0));
46677 if (!FVal) {
46691 if (FVal && FVal->getZExtValue() != 0) {
46692 if (FVal->getZExtValue() != 1)
46694 // If FVal is 1, opposite cond is needed.
46698 // Quit if TVal is not the constant opposite of FVal.