Lines Matching refs:getConstant
390 DAG.getConstant(7, MVT::i32)); in LowerBUILD_VECTOR()
401 DAG.getConstant(6, MVT::i32)); in LowerBUILD_VECTOR()
412 DAG.getConstant(5, MVT::i32)); in LowerBUILD_VECTOR()
438 SDValue Shift = DAG.getConstant(shiftBits, DVT); in LowerSIGN_EXTEND_INREG()
512 jq = DAG.getNode(ISD::SRA, DL, OVT, jq, DAG.getConstant(bitsize - 2, OVT)); in LowerSDIV24()
515 jq = DAG.getNode(ISD::OR, DL, OVT, jq, DAG.getConstant(1, OVT)); in LowerSDIV24()
562 DAG.getConstant(0, OVT)); in LowerSDIV24()
598 r0, DAG.getConstant(0, OVT), in LowerSDIV32()
599 DAG.getConstant(-1, MVT::i32), in LowerSDIV32()
600 DAG.getConstant(0, MVT::i32), in LowerSDIV32()
605 r1, DAG.getConstant(0, OVT), in LowerSDIV32()
606 DAG.getConstant(-1, MVT::i32), in LowerSDIV32()
607 DAG.getConstant(0, MVT::i32), in LowerSDIV32()
707 SDValue r10 = DAG.getSetCC(DL, OVT, r0, DAG.getConstant(0, OVT), ISD::SETLT); in LowerSREM32()
710 SDValue r11 = DAG.getSetCC(DL, OVT, r1, DAG.getConstant(0, OVT), ISD::SETLT); in LowerSREM32()