Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp393 void UseV();
399 void SP11::UseV() { in UseV() function in SP11
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2190 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()
4409 const Value *UseV = U->get(); in getKnownAlignForUse() local
4411 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()
4414 if (LI->getPointerOperand() == UseV) in getKnownAlignForUse()
9207 const Value *UseV = U->get(); in followUseInMBEC() local
[all …]