Lines Matching refs:getConstant
208 return DAG.getConstant(Offset, TD->getPointerSize() == 8 ? MVT::i64 : MVT::i32); in LowerGlobalAddress()
256 SDValue Neg = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, VT), in LowerIntrinsicIABS()
361 SDValue NEG_RCP_LO = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, VT), in LowerUDIVREM()
365 SDValue ABS_RCP_LO = DAG.getSelectCC(DL, RCP_HI, DAG.getConstant(0, VT), in LowerUDIVREM()
379 SDValue Tmp0 = DAG.getSelectCC(DL, RCP_HI, DAG.getConstant(0, VT), in LowerUDIVREM()
393 DAG.getConstant(-1, VT), in LowerUDIVREM()
394 DAG.getConstant(0, VT), in LowerUDIVREM()
398 DAG.getConstant(0, VT), in LowerUDIVREM()
399 DAG.getConstant(-1, VT), in LowerUDIVREM()
400 DAG.getConstant(0, VT), in LowerUDIVREM()
410 DAG.getConstant(1, VT)); in LowerUDIVREM()
414 DAG.getConstant(1, VT)); in LowerUDIVREM()
417 SDValue Div = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, VT), in LowerUDIVREM()
421 Div = DAG.getSelectCC(DL, Remainder_GE_Zero, DAG.getConstant(0, VT), in LowerUDIVREM()
433 SDValue Rem = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, VT), in LowerUDIVREM()
437 Rem = DAG.getSelectCC(DL, Remainder_GE_Zero, DAG.getConstant(0, VT), in LowerUDIVREM()