Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp604 static const Value *stripPointerCastsAndOffsets( in stripPointerCastsAndOffsets() function
676 return stripPointerCastsAndOffsets<PSK_ZeroIndices>(this); in stripPointerCasts()
680 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndAliases>(this); in stripPointerCastsAndAliases()
684 return stripPointerCastsAndOffsets<PSK_ZeroIndicesSameRepresentation>(this); in stripPointerCastsSameRepresentation()
688 return stripPointerCastsAndOffsets<PSK_InBoundsConstantIndices>(this); in stripInBoundsConstantOffsets()
692 return stripPointerCastsAndOffsets<PSK_ForAliasAnalysis>(this); in stripPointerCastsForAliasAnalysis()
765 return stripPointerCastsAndOffsets<PSK_InBounds>(this, Func); in stripInBoundsOffsets()