Searched refs:UseV (Results 1 – 2 of 2) sorted by relevance
377 static APInt trimTrailingZerosInVector(InstCombiner &IC, Value *UseV, in trimTrailingZerosInVector() argument379 auto *VTy = cast<FixedVectorType>(UseV->getType()); in trimTrailingZerosInVector()384 auto *Elt = findScalarElement(UseV, i); in trimTrailingZerosInVector()
2474 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local2475 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()2491 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()2526 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || in getKnownNonNullAndDerefBytesForUse()4937 const Value *UseV = U->get(); in addAccessedBytesForUse() local4938 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()4942 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || I->isVolatile()) in addAccessedBytesForUse()5189 const Value *UseV = U->get(); in getKnownAlignForUse() local5191 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()5194 if (LI->getPointerOperand() == UseV) in getKnownAlignForUse()[all …]