Searched defs:operandValue (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Dialect/Mesh/IR/ | ||
H A D | MeshOps.cpp | 186 Value operandValue = operand.get(); maybeInsertTargetShardingAnnotation() local |
/llvm-project/mlir/lib/Dialect/Mesh/Interfaces/ | ||
H A D | ShardingInterface.cpp | 437 Value operandValue = opOperand.get(); getShardingAttribute() local |
/llvm-project/mlir/lib/Dialect/SCF/IR/ | ||
H A D | SCF.cpp | 4285 auto operandValue = llvm::dyn_cast_or_null<IntegerAttr>(operands.front()); getRegionInvocationBounds() local |
/llvm-project/mlir/lib/Bindings/Python/ | ||
H A D | IRCore.cpp | 1742 auto *operandValue = py::cast<PyValue *>(std::get<0>(it.value())); buildGeneric() local |