Lines Matching refs:UseV
2471 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
2472 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
2488 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
2523 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || in getKnownNonNullAndDerefBytesForUse()
4934 const Value *UseV = U->get(); in addAccessedBytesForUse() local
4935 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
4939 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || I->isVolatile()) in addAccessedBytesForUse()
5186 const Value *UseV = U->get(); in getKnownAlignForUse() local
5188 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()
5191 if (LI->getPointerOperand() == UseV) in getKnownAlignForUse()
5201 if (const Value *Base = GetPointerBaseWithConstantOffset(UseV, Offset, DL)) { in getKnownAlignForUse()
10164 const Value *UseV = U->get(); in followUseInMBEC() local
10172 State.setKnown(isGuaranteedNotToBeUndefOrPoison(UseV, AC, I, DT)); in followUseInMBEC()
10327 const Value *UseV = U->get(); in followUseInMBEC() local
10342 computeKnownFPClass(UseV, DL, in followUseInMBEC()
10347 if (auto *CI = dyn_cast<CallInst>(UseV)) { in followUseInMBEC()
10360 if (!UseV->getType()->isFPOrFPVectorTy()) in followUseInMBEC()
10362 return !isa<LoadInst, AtomicRMWInst>(UseV); in followUseInMBEC()