Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:Off1

179     SDValue Off1 = Load1->getOperand(OffIdx1);
182 if (!isa<ConstantSDNode>(Off0) || !isa<ConstantSDNode>(Off1))
186 Offset1 = cast<ConstantSDNode>(Off1)->getZExtValue();