Home
last modified time | relevance | path

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

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