Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DValueList.h39 using ResolveConstantsTy = std::vector<std::pair<Constant *, unsigned>>; variable
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h45 typedef std::vector<std::pair<Constant*, unsigned> > ResolveConstantsTy; typedef
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp65 typedef std::vector<std::pair<Constant*, unsigned> > ResolveConstantsTy; typedef in __anone7aefbb30111::BitcodeReaderValueList