Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp231 ConstantInteger32 *VarSizeOp; in instrumentFuncStart() local
234 VarSizeOp = (Cur == nullptr) in instrumentFuncStart()
237 if (Cur == nullptr || VarSizeOp == nullptr) { in instrumentFuncStart()
275 SizeT VarSize = VarSizeOp->getValue(); in instrumentFuncStart()