Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp469 static const Value *stripPointerCastsAndOffsets(const Value *V) { in stripPointerCastsAndOffsets() function
530 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndAliases>(this); in stripPointerCasts()
534 return stripPointerCastsAndOffsets<PSK_ZeroIndices>(this); in stripPointerCastsNoFollowAliases()
538 return stripPointerCastsAndOffsets<PSK_InBoundsConstantIndices>(this); in stripInBoundsConstantOffsets()
542 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndAliasesAndInvariantGroups>( in stripPointerCastsAndInvariantGroups()
590 return stripPointerCastsAndOffsets<PSK_InBounds>(this); in stripInBoundsOffsets()