Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7623 auto *StrippedV = V->stripPointerCastsSameRepresentation(); in isGuaranteedNotToBeUndefOrPoison() local
7624 if (isa<AllocaInst>(StrippedV) || isa<GlobalVariable>(StrippedV) || in isGuaranteedNotToBeUndefOrPoison()
7625 isa<Function>(StrippedV) || isa<ConstantPointerNull>(StrippedV)) in isGuaranteedNotToBeUndefOrPoison()