Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h369 bool replaceInstWithFConstant(MachineInstr &MI, double C);
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td198 (apply [{ Helper.replaceInstWithFConstant(*${root}, 0.0); }])>;
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp2582 bool CombinerHelper::replaceInstWithFConstant(MachineInstr &MI, double C) { in replaceInstWithFConstant() function in CombinerHelper