Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLVerifiers.cpp185 for (unsigned constr : constraints) { in verify() local
188 if (succeeded(context.verify({}, attr, constr))) { in verify()
201 for (unsigned constr : constraints) { in verify() local
202 if (failed(context.verify(emitError, attr, constr))) { in verify()
H A DIRDLLoading.cpp330 for (auto [i, constr] : enumerate(constrToValue)) { in createVerifier()
331 if (constr == operand) { in createVerifier()
351 for (auto [i, constr] : enumerate(constrToValue)) { in createVerifier()
352 if (constr == result) { in createVerifier()
372 for (auto [i, constr] : enumerate(constrToValue)) { in createVerifier()
373 if (constr == value) { in createVerifier()
475 for (auto [i, constr] : enumerate(constrToValue)) { in getAttrOrTypeVerifier()
476 if (constr == param) { in getAttrOrTypeVerifier()
/llvm-project/flang/lib/Evaluate/
H A Dfold-logical.cpp629 if (auto constr{cst->GetScalarValue()}) { in GetRoundingMode()
630 if (StructureConstructorValues & values{constr->values()}; in GetRoundingMode()
627 if (auto constr{cst->GetScalarValue()}) { GetRoundingMode() local
/llvm-project/clang/include/clang/Driver/
H A DOptions.td6766 defm spec_constr_count : BooleanFFlag<"spec-constr-count">, Group<clang_ignored_f_Group>;