Searched defs:SDTypeConstraint (Results 1 – 2 of 2) sorted by relevance
172 struct SDTypeConstraint { struct175 unsigned OperandNo; // The operand # this constraint applies to.176 enum {180 } ConstraintType;182 union { // The discriminated union.230 std::vector<SDTypeConstraint> TypeConstraints; argument
902 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint