Searched refs:VTOperand (Results 1 – 1 of 1) sorted by relevance
482 bool EEVT::TypeSet::EnforceVectorEltTypeIs(EEVT::TypeSet &VTOperand, in EnforceVectorEltTypeIs() argument490 MadeChange |= VTOperand.EnforceScalar(TP); in EnforceVectorEltTypeIs()496 return MadeChange || VTOperand.MergeInTypeInfo(IVT.SimpleTy, TP); in EnforceVectorEltTypeIs()501 if (!VTOperand.isConcrete()) in EnforceVectorEltTypeIs()504 MVT::SimpleValueType VT = VTOperand.getConcrete(); in EnforceVectorEltTypeIs()513 bool EEVT::TypeSet::EnforceVectorSubVectorTypeIs(EEVT::TypeSet &VTOperand, in EnforceVectorSubVectorTypeIs() argument521 MadeChange |= VTOperand.EnforceVector(TP); in EnforceVectorSubVectorTypeIs()526 MadeChange |= VTOperand.EnforceInteger(TP); in EnforceVectorSubVectorTypeIs()528 MadeChange |= VTOperand.EnforceFloatingPoint(TP); in EnforceVectorSubVectorTypeIs()529 if (!VTOperand.hasFloatingPointTypes()) in EnforceVectorSubVectorTypeIs()[all …]