Searched refs:C0Val (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2223 const APFloat C0Val(1.0f);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4639 const APInt &C0Val = C0->getAPIntValue(); local
4641 if ((C0Val - C1Val).isPowerOf2()) {
4646 SDValue MaskC = DAG.getConstant(~(C0Val - C1Val), DL, OpVT);
7278 const APInt *C0Val; local
7279 if (matchFirstShift(LogicOp.getOperand(0), X, C0Val))
7281 else if (matchFirstShift(LogicOp.getOperand(1), X, C0Val))
7290 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT);

Completed in 384 milliseconds