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.cpp622 static const Value *stripPointerCastsAndOffsets( in stripPointerCastsAndOffsets() function
694 return stripPointerCastsAndOffsets<PSK_ZeroIndices>(this); in stripPointerCasts()
698 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndAliases>(this); in stripPointerCastsAndAliases()
702 return stripPointerCastsAndOffsets<PSK_ZeroIndicesSameRepresentation>(this); in stripPointerCastsSameRepresentation()
706 return stripPointerCastsAndOffsets<PSK_InBoundsConstantIndices>(this); in stripInBoundsConstantOffsets()
710 return stripPointerCastsAndOffsets<PSK_ForAliasAnalysis>(this); in stripPointerCastsForAliasAnalysis()
786 return stripPointerCastsAndOffsets<PSK_InBounds>(this, Func); in stripInBoundsOffsets()