Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h161 struct SDTypeConstraint { struct
164 unsigned OperandNo; // The operand # this constraint applies to.
165 enum {
169 } ConstraintType;
171 union { // The discriminated union.
210 std::vector<SDTypeConstraint> TypeConstraints; argument
H A DCodeGenDAGPatterns.cpp807 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint