Lines Matching refs:getNumElements
265 Size = cast<FixedVectorType>(Ty)->getNumElements(); in INITIALIZE_PASS_DEPENDENCY()
469 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitUnary()
489 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitBinary()
532 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitCall()
587 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitSelectInst()
641 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitGetElementPtrInst()
686 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitCastInst()
705 unsigned DstNumElems = cast<FixedVectorType>(DstVT)->getNumElements(); in visitBitCastInst()
706 unsigned SrcNumElems = cast<FixedVectorType>(SrcVT)->getNumElements(); in visitBitCastInst()
759 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitInsertElementInst()
794 unsigned NumSrcElems = cast<FixedVectorType>(VT)->getNumElements(); in visitExtractElementInst()
826 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitShuffleVectorInst()
850 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitPHINode()
881 unsigned NumElems = cast<FixedVectorType>(Layout->VecTy)->getNumElements(); in visitLoadInst()
907 unsigned NumElems = cast<FixedVectorType>(Layout->VecTy)->getNumElements(); in visitStoreInst()
943 unsigned Count = cast<FixedVectorType>(Ty)->getNumElements(); in finish()