Lines Matching refs:getNumElements
479 (STy->getNumElements() == 2 || STy->getNumElements() == 3) && in visitGlobalVariable()
483 if (STy->getNumElements() == 3) { in visitGlobalVariable()
2045 Assert(cast<VectorType>(SrcTy)->getNumElements() == in visitUIToFPInst()
2046 cast<VectorType>(DestTy)->getNumElements(), in visitUIToFPInst()
2068 Assert(cast<VectorType>(SrcTy)->getNumElements() == in visitSIToFPInst()
2069 cast<VectorType>(DestTy)->getNumElements(), in visitSIToFPInst()
2091 Assert(cast<VectorType>(SrcTy)->getNumElements() == in visitFPToUIInst()
2092 cast<VectorType>(DestTy)->getNumElements(), in visitFPToUIInst()
2114 Assert(cast<VectorType>(SrcTy)->getNumElements() == in visitFPToSIInst()
2115 cast<VectorType>(DestTy)->getNumElements(), in visitFPToSIInst()
2136 Assert(VSrc->getNumElements() == VDest->getNumElements(), in visitPtrToIntInst()
2157 Assert(VSrc->getNumElements() == VDest->getNumElements(), in visitIntToPtrInst()
3008 return !VT || VT->getNumElements() != D.Vector_Width || in VerifyIntrinsicType()
3019 if (!ST || ST->getNumElements() != D.Struct_NumElements) in VerifyIntrinsicType()