Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h35 struct IntPair UIntPairVal; member
45 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;} in GenericValue()
/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()