Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp381 static APInt trimTrailingZerosInVector(InstCombiner &IC, Value *UseV, in trimTrailingZerosInVector() argument
383 auto *VTy = cast<FixedVectorType>(UseV->getType()); in trimTrailingZerosInVector()
388 auto *Elt = findScalarElement(UseV, i); in trimTrailingZerosInVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2471 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
2472 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
2488 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
4934 const Value *UseV = U->get(); in addAccessedBytesForUse() local
4935 if (!UseV->getType()->isPointerTy()) 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()
10164 const Value *UseV = U->get(); in followUseInMBEC() local
10327 const Value *UseV = U->get(); in followUseInMBEC() local
[all …]