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