Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h47 bool isOkGlobalAccess(Operand *Op, SizeT Size);
DIceASanInstrumentation.cpp434 if (isOkGlobalAccess(Op, Size)) in instrumentAccess()
451 bool ASanInstrumentation::isOkGlobalAccess(Operand *Op, SizeT Size) { in isOkGlobalAccess() function in Ice::ASanInstrumentation