Home
last modified time | relevance | path

Searched defs:ValueContext (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp8492 struct ValueContext { in ParseOptionalRefs() struct
8493 ValueInfo VI; in ParseOptionalRefs()
8494 unsigned GVId; in ParseOptionalRefs()
8495 LocTy Loc; in ParseOptionalRefs()
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py550 class ValueContext(object): class