Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp177 typedef std::pair< InfixCalculatorTok, int64_t > ICToken; typedef in __anonbe06ec630111::X86AsmParser::InfixCalculator
179 SmallVector<ICToken, 4> PostfixStack;
188 ICToken Op = PostfixStack.pop_back_val(); in popOperand()
261 SmallVector<ICToken, 16> OperandStack; in execute()
263 ICToken Op = PostfixStack[i]; in execute()
268 ICToken Operand = OperandStack.pop_back_val(); in execute()
285 ICToken Op2 = OperandStack.pop_back_val(); in execute()
286 ICToken Op1 = OperandStack.pop_back_val(); in execute()