Searched refs:TypeConstraints (Results 1 – 2 of 2) sorted by relevance
456 std::vector<SDTypeConstraint> TypeConstraints; variable471 return TypeConstraints; in getTypeConstraints()1268 for (unsigned i = 0, e = TypeConstraints.size(); i != e; ++i) in ApplyTypeConstraints()1269 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
1843 TypeConstraints.emplace_back(R, CGH); in SDNodeInfo()1855 for (const SDTypeConstraint &Constraint : TypeConstraints) { in getKnownType()