Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19772 const ConstantSDNode *C0Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local
19774 const int64_t C0 = C0Node->getSExtValue(); in isMulAddWithConstProfitable()
19775 APInt CA = C0Node->getAPIntValue() * C1Node->getAPIntValue(); in isMulAddWithConstProfitable()