Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp621 SDValue combineFMulOrFDivWithIntPow2(SDNode *N);
16550 SDValue DAGCombiner::combineFMulOrFDivWithIntPow2(SDNode *N) { in combineFMulOrFDivWithIntPow2() function in DAGCombiner
16783 if (SDValue R = combineFMulOrFDivWithIntPow2(N)) in visitFMUL()
17152 if (SDValue R = combineFMulOrFDivWithIntPow2(N)) in visitFDIV()