Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp467 static const Value *stripPointerCastsAndOffsets(const Value *V) { in stripPointerCastsAndOffsets() function
531 return stripPointerCastsAndOffsets<PSK_ZeroIndices>(this); in stripPointerCasts()
535 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndAliases>(this); in stripPointerCastsAndAliases()
539 return stripPointerCastsAndOffsets<PSK_ZeroIndicesSameRepresentation>(this); in stripPointerCastsSameRepresentation()
543 return stripPointerCastsAndOffsets<PSK_InBoundsConstantIndices>(this); in stripInBoundsConstantOffsets()
547 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndInvariantGroups>(this); in stripPointerCastsAndInvariantGroups()
606 return stripPointerCastsAndOffsets<PSK_InBounds>(this); in stripInBoundsOffsets()