Lines Matching refs:IVT
494 MVT IVT = getConcrete(); in EnforceVectorEltTypeIs() local
495 IVT = IVT.getVectorElementType(); in EnforceVectorEltTypeIs()
496 return MadeChange || VTOperand.MergeInTypeInfo(IVT.SimpleTy, TP); in EnforceVectorEltTypeIs()
540 MVT IVT = getConcrete(); in EnforceVectorSubVectorTypeIs() local
541 unsigned NumElems = IVT.getVectorNumElements(); in EnforceVectorSubVectorTypeIs()
542 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs()
544 EEVT::TypeSet EltTypeSet(IVT.SimpleTy, TP); in EnforceVectorSubVectorTypeIs()
564 MVT IVT = VTOperand.getConcrete(); in EnforceVectorSubVectorTypeIs() local
565 unsigned NumElems = IVT.getVectorNumElements(); in EnforceVectorSubVectorTypeIs()
566 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs()
568 EEVT::TypeSet EltTypeSet(IVT.SimpleTy, TP); in EnforceVectorSubVectorTypeIs()
606 MVT IVT = getConcrete(); in EnforceVectorSameNumElts() local
607 unsigned NumElems = IVT.getVectorNumElements(); in EnforceVectorSameNumElts()
626 MVT IVT = VTOperand.getConcrete(); in EnforceVectorSameNumElts() local
627 unsigned NumElems = IVT.getVectorNumElements(); in EnforceVectorSameNumElts()
660 MVT IVT = getConcrete(); in EnforceSameSize() local
661 unsigned Size = IVT.getSizeInBits(); in EnforceSameSize()
680 MVT IVT = VTOperand.getConcrete(); in EnforceSameSize() local
681 unsigned Size = IVT.getSizeInBits(); in EnforceSameSize()