Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1544 uint64_t C0Val; in matchShiftOfShiftedLogic() local
1546 if (matchFirstShift(LogicMIOp1, C0Val)) { in matchShiftOfShiftedLogic()
1549 } else if (matchFirstShift(LogicMIOp2, C0Val)) { in matchShiftOfShiftedLogic()
1555 MatchInfo.ValSum = C0Val + C1Val; in matchShiftOfShiftedLogic()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3768 const APInt &C0Val = C0->getAPIntValue(); in visitSUB() local
3770 if ((C0Val - MaybeOnes) == (C0Val ^ MaybeOnes)) in visitSUB()
8665 const APInt *C0Val; in combineShiftOfShiftedLogic() local
8666 if (matchFirstShift(LogicOp.getOperand(0), X, C0Val)) in combineShiftOfShiftedLogic()
8668 else if (matchFirstShift(LogicOp.getOperand(1), X, C0Val)) in combineShiftOfShiftedLogic()
8677 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT); in combineShiftOfShiftedLogic()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4061 const APFloat C0Val(1.0f); in legalizeFDIVFastIntrin() local