Lines Matching refs:AssociatedValue
1237 Value &AssociatedValue = getAssociatedValue(); in updateImpl() local
1241 OffsetInfoMap[&AssociatedValue] = OffsetInfo{0}; in updateImpl()
1359 if (getUnderlyingObject(CurPtr) == &AssociatedValue) in updateImpl()
1377 if (getUnderlyingObject(CurPtr) == &AssociatedValue) in updateImpl()
1427 if (!A.checkForAllUses(UsePred, *this, AssociatedValue, in updateImpl()
2082 Value &AssociatedValue = getIRPosition().getAssociatedValue(); in updateImpl() local
2110 if (!A.checkForAllUses(Pred, *this, AssociatedValue)) in updateImpl()
2186 Attributor &A, const AbstractAttribute &QueryingAA, Value &AssociatedValue, in getKnownNonNullAndDerefBytesForUse() argument
2245 if (Base && Base == &AssociatedValue) { in getKnownNonNullAndDerefBytesForUse()
2254 if (Base && Base == &AssociatedValue && Offset == 0) { in getKnownNonNullAndDerefBytesForUse()
4380 Value &AssociatedValue, const Use *U, in getKnownAlignForUse() argument
4425 if (Base == &AssociatedValue) { in getKnownAlignForUse()
4468 Value &AssociatedValue = getAssociatedValue(); in manifest() local
4469 for (const Use &U : AssociatedValue.uses()) { in manifest()
4471 if (SI->getPointerOperand() == &AssociatedValue) in manifest()
4479 if (LI->getPointerOperand() == &AssociatedValue) in manifest()