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