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