Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.h45 using ResolveConstantsTy = std::vector<std::pair<Constant *, unsigned>>; variable
46 ResolveConstantsTy ResolveConstants;
DValueList.cpp193 ResolveConstantsTy::iterator It = llvm::lower_bound( in resolveConstantForwardRefs()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DValueList.h45 using ResolveConstantsTy = std::vector<std::pair<Constant *, unsigned>>; variable
46 ResolveConstantsTy ResolveConstants;
DValueList.cpp190 ResolveConstantsTy::iterator It = llvm::lower_bound( in resolveConstantForwardRefs()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp65 typedef std::vector<std::pair<Constant*, unsigned> > ResolveConstantsTy; typedef in __anonecb5182a0111::BitcodeReaderValueList
66 ResolveConstantsTy ResolveConstants;
1056 ResolveConstantsTy::iterator It = in resolveConstantForwardRefs()