Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/IR/
DValue.cpp550 static const Value *stripPointerCastsAndOffsets( in stripPointerCastsAndOffsets() function
619 return stripPointerCastsAndOffsets<PSK_ZeroIndices>(this); in stripPointerCasts()
623 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndAliases>(this); in stripPointerCastsAndAliases()
627 return stripPointerCastsAndOffsets<PSK_ZeroIndicesSameRepresentation>(this); in stripPointerCastsSameRepresentation()
631 return stripPointerCastsAndOffsets<PSK_InBoundsConstantIndices>(this); in stripInBoundsConstantOffsets()
635 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndInvariantGroups>(this); in stripPointerCastsAndInvariantGroups()
708 return stripPointerCastsAndOffsets<PSK_InBounds>(this, Func); in stripInBoundsOffsets()
/external/llvm/lib/IR/
DValue.cpp432 static Value *stripPointerCastsAndOffsets(Value *V) { in stripPointerCastsAndOffsets() function
483 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndAliases>(this); in stripPointerCasts()
487 return stripPointerCastsAndOffsets<PSK_ZeroIndices>(this); in stripPointerCastsNoFollowAliases()
491 return stripPointerCastsAndOffsets<PSK_InBoundsConstantIndices>(this); in stripInBoundsConstantOffsets()
537 return stripPointerCastsAndOffsets<PSK_InBounds>(this); in stripInBoundsOffsets()