Searched refs:hasValueInScope (Results 1 – 1 of 1) sorted by relevance
148 bool hasValueInScope(Value val);342 if (!emitter.hasValueInScope(op.getOperand(idx))) in printOperation()555 if (!emitter.hasValueInScope(operand)) in printOperation()575 return success(emitter.hasValueInScope(returnOp.getOperand(0))); in printOperation()650 if (emitter.hasValueInScope(arg)) in printOperation()716 bool CppEmitter::hasValueInScope(Value val) { return valueMapper.count(val); } in hasValueInScope() function in CppEmitter831 if (!hasValueInScope(result)) in emitOperands()866 if (!hasValueInScope(result)) { in emitVariableAssignment()876 if (hasValueInScope(result)) { in emitVariableDeclaration()