Searched refs:pVectorType (Results 1 – 2 of 2) sorted by relevance
396 FixedVectorType* pVectorType = cast<FixedVectorType>(pType); in PRINT() local398 VectorType* pVectorType = cast<VectorType>(pType); in PRINT() local411 for (uint32_t i = 1; i < pVectorType->getNumElements(); ++i) in PRINT()427 for (; i < pVectorType->getNumElements() - 1; i++) in PRINT()444 for (; i < pVectorType->getNumElements() - 1; i++) in PRINT()461 for (; i < pVectorType->getNumElements() - 1; i++) in PRINT()581 FixedVectorType* pVectorType = cast<FixedVectorType>(mask->getType()); in VMOVMSK() local583 VectorType* pVectorType = cast<VectorType>(mask->getType()); in VMOVMSK()585 SWR_ASSERT(pVectorType->getElementType() == mInt1Ty); in VMOVMSK()586 uint32_t numLanes = pVectorType->getNumElements(); in VMOVMSK()
546 FixedVectorType* pVectorType = cast<FixedVectorType>(vSrc->getType()); in VGATHER_EMU() local548 VectorType* pVectorType = cast<VectorType>(vSrc->getType()); in VGATHER_EMU() local550 uint32_t numElem = pVectorType->getNumElements(); in VGATHER_EMU()551 auto srcTy = pVectorType->getElementType(); in VGATHER_EMU()