Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDConstantFolding.cpp2593 const APFloat &Op1V = Op1->getValueAPF(); in ConstantFoldLibCall2() local
2604 return ConstantFoldBinaryFP(pow, Op1V, Op2V, Ty); in ConstantFoldLibCall2()
2626 if (Op1V.isZero() && Op2V.isZero()) in ConstantFoldLibCall2()
2632 return ConstantFoldBinaryFP(atan2, Op1V, Op2V, Ty); in ConstantFoldLibCall2()
2664 const APFloat &Op1V = Op1->getValueAPF(); in ConstantFoldIntrinsicCall2() local
2674 APFloat Res = Op1V; in ConstantFoldIntrinsicCall2()
2696 return evaluateCompare(Op1V, Op2V, ConstrIntr); in ConstantFoldIntrinsicCall2()
2708 return ConstantFP::get(Ty->getContext(), APFloat::copySign(Op1V, Op2V)); in ConstantFoldIntrinsicCall2()
2710 return ConstantFP::get(Ty->getContext(), minnum(Op1V, Op2V)); in ConstantFoldIntrinsicCall2()
2712 return ConstantFP::get(Ty->getContext(), maxnum(Op1V, Op2V)); in ConstantFoldIntrinsicCall2()
[all …]