Searched refs:ConstOpIdx (Results 1 – 1 of 1) sorted by relevance
16857 auto GetConstAndPow2Ops = [&](unsigned ConstOpIdx) { in combineFMulOrFDivWithIntPow2() argument16858 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()