Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h32 struct IntPair UIntPairVal; member
43 UIntPairVal.first = 0; in GenericValue()
44 UIntPairVal.second = 0; in GenericValue()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1085 ArgIndex.UIntPairVal.first = ECStack.size() - 1; in visitVAStartInst()
1086 ArgIndex.UIntPairVal.second = 0; in visitVAStartInst()
1736 GenericValue Src = ECStack[VAList.UIntPairVal.first] in visitVAArgInst()
1737 .VarArgs[VAList.UIntPairVal.second]; in visitVAArgInst()
1755 ++VAList.UIntPairVal.second; in visitVAArgInst()