Searched refs:C0Val (Results 1 – 3 of 3) sorted by relevance
1841 uint64_t C0Val; in matchShiftOfShiftedLogic() local1843 if (matchFirstShift(LogicMIOp1, C0Val)) { in matchShiftOfShiftedLogic()1846 } else if (matchFirstShift(LogicMIOp2, C0Val)) { in matchShiftOfShiftedLogic()1852 MatchInfo.ValSum = C0Val + C1Val; in matchShiftOfShiftedLogic()
3373 const APFloat C0Val(1.0f); in legalizeFDIVFastIntrin() local
7986 const APInt *C0Val; in combineShiftOfShiftedLogic() local7987 if (matchFirstShift(LogicOp.getOperand(0), X, C0Val)) in combineShiftOfShiftedLogic()7989 else if (matchFirstShift(LogicOp.getOperand(1), X, C0Val)) in combineShiftOfShiftedLogic()7998 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT); in combineShiftOfShiftedLogic()