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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1320 size_t dstSizeInBits = VectorOrPrimitiveTypeSizeInBits(dstTy); local
1323 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed);

Completed in 74 milliseconds