Searched refs:getMMXVectorTy (Results 1 – 1 of 1) sorted by relevance
3629 Type *getMMXVectorTy(unsigned EltSizeInBits) { in getMMXVectorTy() function3687 MMXEltSizeInBits ? getMMXVectorTy(MMXEltSizeInBits) : S1->getType(); in handleVectorPackIntrinsic()3697 S1_ext = IRB.CreateBitCast(S1_ext, getMMXVectorTy(64)); in handleVectorPackIntrinsic()3698 S2_ext = IRB.CreateBitCast(S2_ext, getMMXVectorTy(64)); in handleVectorPackIntrinsic()3834 MMXEltSizeInBits ? getMMXVectorTy(MMXEltSizeInBits * 2) : I.getType(); in handleVectorPmaddIntrinsic()