Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h172 struct SDTypeConstraint { struct
175 unsigned OperandNo; // The operand # this constraint applies to.
176 enum {
180 } ConstraintType;
182 union { // The discriminated union.
230 std::vector<SDTypeConstraint> TypeConstraints; argument
DCodeGenDAGPatterns.cpp902 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint