Searched refs:AddVal (Results 1 – 1 of 1) sorted by relevance
1629 ConstantSDNode *AddVal = cast<ConstantSDNode>(ShVal.getOperand(1)); in matchAddressRecursively() local1630 uint64_t Disp = (uint64_t)AddVal->getSExtValue() << Val; in matchAddressRecursively()1693 ConstantSDNode *AddVal = in matchAddressRecursively() local1695 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue(); in matchAddressRecursively()