Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.cpp263 RecVec &EltVec = Expansions[Set]; in expand() local
266 EltVec.assign(Elts.begin(), Elts.end()); in expand()
267 return &EltVec; in expand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DSetTheory.cpp324 RecVec &EltVec = Expansions[Set]; in expand() local
327 EltVec.assign(Elts.begin(), Elts.end()); in expand()
328 return &EltVec; in expand()
/external/llvm/lib/TableGen/
DSetTheory.cpp313 RecVec &EltVec = Expansions[Set]; in expand() local
316 EltVec.assign(Elts.begin(), Elts.end()); in expand()
317 return &EltVec; in expand()