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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11451 SDValue *LowAddSub = nullptr; local
11462 // Ensure that LoMul and LowAddSub are taken from correct ISD::SMUL_LOHI node
11467 LowAddSub = &AddcSubcOp1;
11471 LowAddSub = &AddcSubcOp0;
11493 // part of the result of the MLAL, furthermore the LowAddSub must be a constant
11497 LowAddSub->getNode()->getOpcode() == ISD::Constant &&
11498 static_cast<ConstantSDNode *>(LowAddSub->getNode())->getZExtValue() ==
11516 Ops.push_back(*LowAddSub);

Completed in 155 milliseconds