Lines Matching refs:UseV
2092 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
2093 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
2109 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
2145 getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
2159 getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
4059 const Value *UseV = U->get(); in addAccessedBytesForUse() local
4060 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
4063 Type *PtrTy = UseV->getType(); in addAccessedBytesForUse()
4069 getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in addAccessedBytesForUse()
4285 const Value *UseV = U->get(); in getKnownAlignForUse() local
4287 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()
4290 if (LI->getPointerOperand() == UseV) in getKnownAlignForUse()
4300 if (const Value *Base = GetPointerBaseWithConstantOffset(UseV, Offset, DL)) { in getKnownAlignForUse()
9224 const Value *UseV = U->get(); in followUseInMBEC() local
9232 State.setKnown(isGuaranteedNotToBeUndefOrPoison(UseV, AC, I, DT)); in followUseInMBEC()