Lines Matching refs:constrToValue
280 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()
453 for (Value v : constrToValue) { in getAttrOrTypeVerifier()
457 op.getVerifier(constrToValue, types, attrs); in getAttrOrTypeVerifier()
475 for (auto [i, constr] : enumerate(constrToValue)) { in getAttrOrTypeVerifier()