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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2159 Type *getMMXVectorTy(unsigned EltSizeInBits) { function in struct:__anon3156::MemorySanitizerVisitor
2214 Type *T = isX86_MMX ? getMMXVectorTy(EltSizeInBits) : S1->getType();
2262 Type *ResTy = isX86_MMX ? getMMXVectorTy(EltSizeInBits * 2) : I.getType();

Completed in 51 milliseconds