Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19471 const ConstantSDNode *C0Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local
19473 const int64_t C0 = C0Node->getSExtValue(); in isMulAddWithConstProfitable()
19474 APInt CA = C0Node->getAPIntValue() * C1Node->getAPIntValue(); in isMulAddWithConstProfitable()