Home
last modified time | relevance | path

Searched refs:UseV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp377 static APInt trimTrailingZerosInVector(InstCombiner &IC, Value *UseV, in trimTrailingZerosInVector() argument
379 auto *VTy = cast<FixedVectorType>(UseV->getType()); in trimTrailingZerosInVector()
384 auto *Elt = findScalarElement(UseV, i); in trimTrailingZerosInVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2474 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
2475 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() local
4938 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() local
5191 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()
5194 if (LI->getPointerOperand() == UseV) in getKnownAlignForUse()
[all …]