Home
last modified time | relevance | path

Searched refs:getMMXVectorTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3629 Type *getMMXVectorTy(unsigned EltSizeInBits) { in getMMXVectorTy() function
3687 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()