Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h157 struct SDTypeConstraint { struct
160 unsigned OperandNo; // The operand # this constraint applies to.
161 enum {
165 } ConstraintType;
167 union { // The discriminated union.
206 std::vector<SDTypeConstraint> TypeConstraints; argument
DCodeGenDAGPatterns.cpp803 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint