Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h382 bool replaceInstWithFConstant(MachineInstr &MI, double C);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td205 (apply [{ Helper.replaceInstWithFConstant(*${root}, 0.0); }])>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2794 bool CombinerHelper::replaceInstWithFConstant(MachineInstr &MI, double C) { in replaceInstWithFConstant() function in CombinerHelper