Lines Matching defs:False
676 SDValue False, const SDLoc &DL) {
682 True.getValueType(), True, FCC0, False, Cond);
697 SDValue False = N->getOperand(2);
698 EVT FalseTy = False.getValueType();
703 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(False);
705 // If the RHS (False) is 0, we swap the order of the operands
725 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True);
748 return DAG.getNode(ISD::ADD, DL, SetCC.getValueType(), SetCC, False);
778 // Since RHS (False) is 0, we swap the order of the True/False operands
2092 SDValue False = DAG.getConstant(0, DL, MVT::i32);
2094 return createCMovFP(DAG, Cond, True, False, DL);