Home
last modified time | relevance | path

Searched refs:C0Val (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1913 uint64_t C0Val; in matchShiftOfShiftedLogic() local
1915 if (matchFirstShift(LogicMIOp1, C0Val)) { in matchShiftOfShiftedLogic()
1918 } else if (matchFirstShift(LogicMIOp2, C0Val)) { in matchShiftOfShiftedLogic()
1924 MatchInfo.ValSum = C0Val + C1Val; in matchShiftOfShiftedLogic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4110 const APInt &C0Val = C0->getAPIntValue(); in visitSUB() local
4112 if ((C0Val - MaybeOnes) == (C0Val ^ MaybeOnes)) in visitSUB()
9670 const APInt *C0Val; in combineShiftOfShiftedLogic() local
9671 if (matchFirstShift(LogicOp.getOperand(0), X, C0Val)) in combineShiftOfShiftedLogic()
9673 else if (matchFirstShift(LogicOp.getOperand(1), X, C0Val)) in combineShiftOfShiftedLogic()
9682 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT); in combineShiftOfShiftedLogic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5152 const APFloat C0Val(1.0f); in legalizeFDIVFastIntrin() local