Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLLoading.cpp280 SmallVector<Value> constrToValue; in createVerifier() local
289 constrToValue.push_back(op.getResult(0)); in createVerifier()
303 for (Value v : constrToValue) { in createVerifier()
307 op.getVerifier(constrToValue, types, attrs); in createVerifier()
318 op.getVerifier(constrToValue, types, attrs); in createVerifier()
330 for (auto [i, constr] : enumerate(constrToValue)) { in createVerifier()
351 for (auto [i, constr] : enumerate(constrToValue)) { in createVerifier()
372 for (auto [i, constr] : enumerate(constrToValue)) { in createVerifier()
442 SmallVector<Value> constrToValue; in getAttrOrTypeVerifier() local
447 constrToValue.push_back(op.getResult(0)); in getAttrOrTypeVerifier()
[all …]