Lines Matching refs:EnforceVector
54 EnforceVector(TP); in TypeSet()
308 bool EEVT::TypeSet::EnforceVector(TreePattern &TP) { in EnforceVector() function in EEVT::TypeSet
368 MadeChange |= Other.EnforceVector(TP); in EnforceSmallerThan()
372 MadeChange |= EnforceVector(TP); in EnforceSmallerThan()
458 MadeChange |= EnforceVector(TP); in EnforceVectorEltTypeIs()
489 MadeChange |= EnforceVector(TP); in EnforceVectorEltTypeIs()
520 MadeChange |= EnforceVector(TP); in EnforceVectorSubVectorTypeIs()
521 MadeChange |= VTOperand.EnforceVector(TP); in EnforceVectorSubVectorTypeIs()
601 MadeChange |= EnforceVector(TP); in EnforceVectorSameNumElts()
602 MadeChange |= VTOperand.EnforceVector(TP); in EnforceVectorSameNumElts()
1011 return NodeToApply->getExtType(ResNo).EnforceVector(TP); in ApplyTypeConstraint()