Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1841 uint64_t C0Val; in matchShiftOfShiftedLogic() local
1843 if (matchFirstShift(LogicMIOp1, C0Val)) { in matchShiftOfShiftedLogic()
1846 } else if (matchFirstShift(LogicMIOp2, C0Val)) { in matchShiftOfShiftedLogic()
1852 MatchInfo.ValSum = C0Val + C1Val; in matchShiftOfShiftedLogic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3373 const APFloat C0Val(1.0f); in legalizeFDIVFastIntrin() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7986 const APInt *C0Val; in combineShiftOfShiftedLogic() local
7987 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()