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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8559 SDValue* LoMul = nullptr; local
8572 // Ensure that LoMul and LowAdd are taken from correct ISD::SMUL_LOHI node
8576 LoMul = &AddcOp0;
8580 LoMul = &AddcOp1;
8584 if (!LoMul)
8592 Ops.push_back(LoMul->getOperand(0));
8593 Ops.push_back(LoMul->getOperand(1));

Completed in 300 milliseconds