Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp134 bool TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size);
1636 if (!TypeHasComponent(Info.AI->getAllocatedType(), Offset, 0)) in isSafeGEP()
1716 if (TypeHasComponent(T, Offset, MemSize)) { in isSafeMemAccess()
1726 bool SROA::TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size) { in TypeHasComponent() function in SROA
1749 return TypeHasComponent(EltTy, Offset, Size); in TypeHasComponent()