Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp634 static const Value *stripPointerCastsAndOffsets( in stripPointerCastsAndOffsets() function
707 return stripPointerCastsAndOffsets<PSK_ZeroIndices>(this); in stripPointerCasts()
711 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndAliases>(this); in stripPointerCastsAndAliases()
715 return stripPointerCastsAndOffsets<PSK_ZeroIndicesSameRepresentation>(this); in stripPointerCastsSameRepresentation()
719 return stripPointerCastsAndOffsets<PSK_InBoundsConstantIndices>(this); in stripInBoundsConstantOffsets()
723 return stripPointerCastsAndOffsets<PSK_ForAliasAnalysis>(this); in stripPointerCastsForAliasAnalysis()
818 return stripPointerCastsAndOffsets<PSK_InBounds>(this, Func); in stripInBoundsOffsets()