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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h32 struct IntPair UIntPairVal; member in union:llvm::GenericValue::__anon1809
43 UIntPairVal.first = 0;
44 UIntPairVal.second = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1127 ArgIndex.UIntPairVal.first = ECStack.size() - 1;
1128 ArgIndex.UIntPairVal.second = 0;
1777 GenericValue Src = ECStack[VAList.UIntPairVal.first]
1778 .VarArgs[VAList.UIntPairVal.second];
1796 ++VAList.UIntPairVal.second;

Completed in 57 milliseconds