Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1629 ConstantSDNode *AddVal = cast<ConstantSDNode>(ShVal.getOperand(1)); in matchAddressRecursively() local
1630 uint64_t Disp = (uint64_t)AddVal->getSExtValue() << Val; in matchAddressRecursively()
1693 ConstantSDNode *AddVal = in matchAddressRecursively() local
1695 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue(); in matchAddressRecursively()