Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorInferTypeOpInterfaceImpl.cpp190 int64_t staticValue = in reifyResultShapes() local
192 expr = expr + staticValue; in reifyResultShapes()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp2562 for (const auto &staticValue : llvm::enumerate(values)) { in genOperandResultVerifier() local
2563 const NamedTypeConstraint &value = staticValue.value(); in genOperandResultVerifier()
2573 staticValue.index()); in genOperandResultVerifier()
2578 body << formatv(verifyOptional, staticValue.index(), valueKind); in genOperandResultVerifier()
2585 staticValue.index()); in genOperandResultVerifier()
2594 body << formatv(verifyValues, staticValue.index(), constraintFn, valueKind); in genOperandResultVerifier()