Home
last modified time | relevance | path

Searched defs:SDTypeConstraint (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h156 struct SDTypeConstraint { struct
159 unsigned OperandNo; // The operand # this constraint applies to.
160 enum {
164 } ConstraintType;
166 union { // The discriminated union.
205 std::vector<SDTypeConstraint> TypeConstraints; argument
DCodeGenDAGPatterns.cpp766 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint