Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp145 bool hasValueInScope(Value val);
322 if (!emitter.hasValueInScope(op.getOperand(idx))) in printOperation()
518 if (!emitter.hasValueInScope(operand)) in printOperation()
537 return success(emitter.hasValueInScope(returnOp.getOperand(0))); in printOperation()
612 if (emitter.hasValueInScope(arg)) in printOperation()
677 bool CppEmitter::hasValueInScope(Value val) { return valueMapper.count(val); } in hasValueInScope() function in CppEmitter
791 if (!hasValueInScope(result)) in emitOperands()
826 if (!hasValueInScope(result)) { in emitVariableAssignment()
836 if (hasValueInScope(result)) { in emitVariableDeclaration()