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.cpp733 const ConstantFP *Op1Cst = getConstantFPVRegVal(Op1, MRI); in ConstantFoldFPBinOp() local
734 if (!Op1Cst) in ConstantFoldFPBinOp()
737 APFloat C1 = Op1Cst->getValueAPF(); in ConstantFoldFPBinOp()
H A DCombinerHelper.cpp4955 const ConstantFP *Op1Cst = getConstantFPVRegVal(Op1, MRI); in matchConstantFoldFMA() local
4956 if (!Op1Cst) in matchConstantFoldFMA()
4959 APFloat Op1F = Op1Cst->getValueAPF(); in matchConstantFoldFMA()