Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16857 auto GetConstAndPow2Ops = [&](unsigned ConstOpIdx) { in combineFMulOrFDivWithIntPow2() argument
16858 if (ConstOpIdx == 1 && N->getOpcode() == ISD::FDIV) in combineFMulOrFDivWithIntPow2()
16861 ConstOp = peekThroughBitcasts(N->getOperand(ConstOpIdx)); in combineFMulOrFDivWithIntPow2()
16862 Pow2Op = N->getOperand(1 - ConstOpIdx); in combineFMulOrFDivWithIntPow2()