Searched refs:GetMulOperand (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp102 auto GetMulOperand = [](Value *V) -> Instruction* { local
123 if (auto *Mul = GetMulOperand(Add->getOperand(0)))
125 if (auto *Mul = GetMulOperand(Add->getOperand(1)))

Completed in 92 milliseconds