Lines Matching refs:getBase
237 Ptr = Ptr.getBase(); in toAPValue()
266 Ptr = Ptr.getBase(); in toAPValue()
270 Ptr = Ptr.getBase(); in toAPValue()
281 Ptr = Ptr.getBase(); in toAPValue()
356 P = P.getBase(); in computeOffsetForComparison()
363 P = P.getBase(); in computeOffsetForComparison()
379 if (const Record *R = P.getBase().getRecord(); R && R->isUnion()) { in computeOffsetForComparison()
381 P = P.getBase(); in computeOffsetForComparison()
390 P = P.getBase(); in computeOffsetForComparison()
530 B = B.getBase(); in activate()
613 auto getBase = [](const Pointer &P) -> Pointer { in computeSplitPoint() local
616 return P.getBase(); in computeSplitPoint()
626 IterA = getBase(IterA); in computeSplitPoint()
629 IterB = getBase(IterB); in computeSplitPoint()
707 const Record::Base *BD = Record->getBase(I); in toRValue()