Lines Matching refs:UseV
2190 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
2191 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
2207 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
2239 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || I->isVolatile()) in getKnownNonNullAndDerefBytesForUse()
4170 const Value *UseV = U->get(); in addAccessedBytesForUse() local
4171 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
4175 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || I->isVolatile()) in addAccessedBytesForUse()
4409 const Value *UseV = U->get(); in getKnownAlignForUse() local
4411 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()
4414 if (LI->getPointerOperand() == UseV) in getKnownAlignForUse()
4424 if (const Value *Base = GetPointerBaseWithConstantOffset(UseV, Offset, DL)) { in getKnownAlignForUse()
9207 const Value *UseV = U->get(); in followUseInMBEC() local
9215 State.setKnown(isGuaranteedNotToBeUndefOrPoison(UseV, AC, I, DT)); in followUseInMBEC()