Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp189 typedef std::pair< InfixCalculatorTok, int64_t > ICToken; typedef in __anonee973c6c0111::X86AsmParser::InfixCalculator
191 SmallVector<ICToken, 4> PostfixStack;
200 ICToken Op = PostfixStack.pop_back_val(); in popOperand()
273 SmallVector<ICToken, 16> OperandStack; in execute()
274 for (const ICToken &Op : PostfixStack) { in execute()
279 ICToken Operand = OperandStack.pop_back_val(); in execute()
296 ICToken Op2 = OperandStack.pop_back_val(); in execute()
297 ICToken Op1 = OperandStack.pop_back_val(); in execute()