Searched defs:operand (Results 1 – 3 of 3) sorted by relevance
124 val operand = value.operand in appendSourceExpression() constant253 val operand = expression.operand in appendExpression() constant
265 for (auto operand : bytecode->operands) { in Visit() local272 for (auto operand : dbg_annotation->operands) { in Visit() local
244 T* operand = dynamic_cast<T*>(op); in CastOperand() local267 IndexedOperand* operand = dynamic_cast<IndexedOperand*>(op); variable