Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRForTarget.cpp2076 static bool isGuardVariableRef(Value *V) in isGuardVariableRef() function
2152 if (isGuardVariableRef(load->getPointerOperand())) in RemoveGuards()
2156 if (isGuardVariableRef(store->getPointerOperand())) in RemoveGuards()