Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/Dialect/Async/
Dasync-ref-counting.mlir221 // CHECK-LABEL: @value_operand
222 func @value_operand() -> f32 {
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp1267 const Value *value_operand = store_inst->getValueOperand(); in Interpret() local
1276 lldb::addr_t D = frame.ResolveValue(value_operand, module); in Interpret()