Lines Matching refs:getNumElements
292 Size = cast<FixedVectorType>(Ty)->getNumElements(); in INITIALIZE_PASS_DEPENDENCY()
510 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitUnary()
530 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitBinary()
573 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitCall()
630 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitSelectInst()
684 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitGetElementPtrInst()
729 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitCastInst()
748 unsigned DstNumElems = cast<FixedVectorType>(DstVT)->getNumElements(); in visitBitCastInst()
749 unsigned SrcNumElems = cast<FixedVectorType>(SrcVT)->getNumElements(); in visitBitCastInst()
802 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitInsertElementInst()
837 unsigned NumSrcElems = cast<FixedVectorType>(VT)->getNumElements(); in visitExtractElementInst()
869 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitShuffleVectorInst()
893 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitPHINode()
924 unsigned NumElems = cast<FixedVectorType>(Layout->VecTy)->getNumElements(); in visitLoadInst()
950 unsigned NumElems = cast<FixedVectorType>(Layout->VecTy)->getNumElements(); in visitStoreInst()
986 unsigned Count = cast<FixedVectorType>(Ty)->getNumElements(); in finish()