Searched refs:constrToValue (Results 1 – 1 of 1) sorted by relevance
280 SmallVector<Value> constrToValue; in createVerifier() local289 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() local447 constrToValue.push_back(op.getResult(0)); in getAttrOrTypeVerifier()[all …]