Home
last modified time | relevance | path

Searched defs:InvalidId (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h70 static const ResourceId InvalidId = ~0U; variable
97 InvalidId = RPCFunctionIdTraits<JITFuncId>::InvalidId, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h146 static const ResourceId InvalidId = ~0U; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1004 int InvalidId = -(N->getNodeId() + 1); in InvalidateNodeId() local