Searched defs:SDTypeConstraint (Results 1 – 2 of 2) sorted by relevance
161 struct SDTypeConstraint { struct164 unsigned OperandNo; // The operand # this constraint applies to.165 enum {169 } ConstraintType;171 union { // The discriminated union.210 std::vector<SDTypeConstraint> TypeConstraints; argument
807 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint