Searched refs:GetMulOperand (Results 1 – 1 of 1) sorted by relevance
103 auto GetMulOperand = [](Value *V) -> Instruction* { in InsertMuls() local124 if (auto *Mul = GetMulOperand(Add->getOperand(0))) in InsertMuls()126 if (auto *Mul = GetMulOperand(Add->getOperand(1))) in InsertMuls()