Lines Matching refs:Constraint
188 // If the input constraint is iAny/iPTR and this is an integer type list,
975 OS << "Invalid operand number in type constraint "
985 /// constraint to the nodes operands. This returns true if it makes a
1187 for (const SDTypeConstraint &Constraint : TypeConstraints) {
1189 if (Constraint.OperandNo >= NumResults) // FIXME: need value #
1192 switch (Constraint.ConstraintType) {
1195 return Constraint.x.SDTCisVT_Info.VT;