Searched refs:ConstOpIdx (Results 1 – 1 of 1) sorted by relevance
17855 auto GetConstAndPow2Ops = [&](unsigned ConstOpIdx) { in combineFMulOrFDivWithIntPow2() argument17856 if (ConstOpIdx == 1 && N->getOpcode() == ISD::FDIV) in combineFMulOrFDivWithIntPow2()17859 ConstOp = peekThroughBitcasts(N->getOperand(ConstOpIdx)); in combineFMulOrFDivWithIntPow2()17860 Pow2Op = N->getOperand(1 - ConstOpIdx); in combineFMulOrFDivWithIntPow2()