Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4959 APFloat Op1F = Op1Cst->getValueAPF(); in matchConstantFoldFMA() local
4960 Op1F.fusedMultiplyAdd(Op2Cst->getValueAPF(), Op3Cst->getValueAPF(), in matchConstantFoldFMA()
4962 MatchInfo = ConstantFP::get(MI.getMF()->getFunction().getContext(), Op1F); in matchConstantFoldFMA()