Searched defs:SDTypeConstraint (Results 1 – 2 of 2) sorted by relevance
156 struct SDTypeConstraint { struct159 unsigned OperandNo; // The operand # this constraint applies to.160 enum {164 } ConstraintType;166 union { // The discriminated union.205 std::vector<SDTypeConstraint> TypeConstraints; argument
766 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint