Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3223 const unsigned X86_MMXSizeInBits = 64; in getMMXVectorTy() local
3224 assert(EltSizeInBits != 0 && (X86_MMXSizeInBits % EltSizeInBits) == 0 && in getMMXVectorTy()
3227 X86_MMXSizeInBits / EltSizeInBits); in getMMXVectorTy()