Home
last modified time | relevance | path

Searched refs:C1Val (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1521 const uint64_t C1Val = MaybeImmVal->Value.getZExtValue(); in matchShiftOfShiftedLogic() local
1555 MatchInfo.ValSum = C0Val + C1Val; in matchShiftOfShiftedLogic()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8637 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic() local
8653 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
8657 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
8677 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT); in combineShiftOfShiftedLogic()
10194 const APInt &C1Val = C1->getAPIntValue(); in foldSelectOfConstants() local
10196 if (C1Val - 1 == C2Val) { in foldSelectOfConstants()
10202 if (C1Val + 1 == C2Val) { in foldSelectOfConstants()
10210 if (C1Val.isPowerOf2() && C2Val.isZero()) { in foldSelectOfConstants()
10214 DAG.getShiftAmountConstant(C1Val.exactLogBase2(), VT, DL); in foldSelectOfConstants()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2121 APFloat C1Val(APFloat::IEEEdouble(), "0x1.0p+52"); in LowerFRINT() local
2122 SDValue C1 = DAG.getConstantFP(C1Val, SL, MVT::f64); in LowerFRINT()
H A DAMDGPULegalizerInfo.cpp2056 APFloat C1Val(APFloat::IEEEdouble(), "0x1.0p+52"); in legalizeFrint() local
2059 auto C1 = B.buildFConstant(Ty, C1Val); in legalizeFrint()