Home
last modified time | relevance | path

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

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