Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp2048 APFloat C1Val(APFloat::IEEEdouble(), "0x1.0p+52"); in legalizeFrint() local
2051 auto C1 = B.buildFConstant(Ty, C1Val); in legalizeFrint()
DAMDGPUISelLowering.cpp2238 APFloat C1Val(APFloat::IEEEdouble(), "0x1.0p+52"); in LowerFRINT() local
2239 SDValue C1 = DAG.getConstantFP(C1Val, SL, MVT::f64); in LowerFRINT()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1540 const uint64_t C1Val = MaybeImmVal->Value.getZExtValue(); in matchShiftOfShiftedLogic() local
1574 MatchInfo.ValSum = C0Val + C1Val; in matchShiftOfShiftedLogic()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8913 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic() local
8929 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
8933 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
8953 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT); in combineShiftOfShiftedLogic()
10592 const APInt &C1Val = C1->getAPIntValue(); in foldSelectOfConstants() local
10596 if (C1Val - 1 == C2Val) { in foldSelectOfConstants()
10602 if (C1Val + 1 == C2Val) { in foldSelectOfConstants()
10608 if (C1Val.isPowerOf2() && C2Val.isZero()) { in foldSelectOfConstants()
10611 DAG.getShiftAmountConstant(C1Val.exactLogBase2(), VT, DL); in foldSelectOfConstants()