Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Offset0

9834     //   x0 * offset0 + y0 * ptr0 = t0
9842 // t0 = (x0 * offset0 - x1 * y0 * y1 *offset1) + (y0 * y1) * t1
9847 const APInt &Offset0 = CN->getAPIntValue();
9857 APInt CNV = Offset0;