Home
last modified time | relevance | path

Searched refs:UIntPairVal (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h36 struct IntPair UIntPairVal; member
46 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;} in GenericValue()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DGenericValue.h31 struct { unsigned int first; unsigned int second; } UIntPairVal; member
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp846 ArgIndex.UIntPairVal.first = ECStack.size() - 1; in visitCallSite()
847 ArgIndex.UIntPairVal.second = 0; in visitCallSite()
1159 GenericValue Src = ECStack[VAList.UIntPairVal.first] in visitVAArgInst()
1160 .VarArgs[VAList.UIntPairVal.second]; in visitVAArgInst()
1176 ++VAList.UIntPairVal.second; in visitVAArgInst()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1075 ArgIndex.UIntPairVal.first = ECStack.size() - 1; in visitCallSite()
1076 ArgIndex.UIntPairVal.second = 0; in visitCallSite()
1725 GenericValue Src = ECStack[VAList.UIntPairVal.first] in visitVAArgInst()
1726 .VarArgs[VAList.UIntPairVal.second]; in visitVAArgInst()
1744 ++VAList.UIntPairVal.second; in visitVAArgInst()