Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp611 static const Value *stripPointerCastsAndOffsets( in stripPointerCastsAndOffsets() function
683 return stripPointerCastsAndOffsets<PSK_ZeroIndices>(this); in stripPointerCasts()
687 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndAliases>(this); in stripPointerCastsAndAliases()
691 return stripPointerCastsAndOffsets<PSK_ZeroIndicesSameRepresentation>(this); in stripPointerCastsSameRepresentation()
695 return stripPointerCastsAndOffsets<PSK_InBoundsConstantIndices>(this); in stripInBoundsConstantOffsets()
699 return stripPointerCastsAndOffsets<PSK_ForAliasAnalysis>(this); in stripPointerCastsForAliasAnalysis()
775 return stripPointerCastsAndOffsets<PSK_InBounds>(this, Func); in stripInBoundsOffsets()