Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h449 bool replaceInstWithFConstant(MachineInstr &MI, double C);
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
DCombine.td251 (apply [{ Helper.replaceInstWithFConstant(*${root}, 0.0); }])>;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp2593 bool CombinerHelper::replaceInstWithFConstant(MachineInstr &MI, double C) { in replaceInstWithFConstant() function in CombinerHelper