Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp739 const ConstantFP *Op1Cst = getConstantFPVRegVal(Op1, MRI); in ConstantFoldFPBinOp() local
740 if (!Op1Cst) in ConstantFoldFPBinOp()
743 APFloat C1 = Op1Cst->getValueAPF(); in ConstantFoldFPBinOp()
H A DCombinerHelper.cpp5085 const ConstantFP *Op1Cst = getConstantFPVRegVal(Op1, MRI); in matchConstantFoldFMA() local
5086 if (!Op1Cst) in matchConstantFoldFMA()
5089 APFloat Op1F = Op1Cst->getValueAPF(); in matchConstantFoldFMA()