Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2084 size_t dstSizeInBits = VectorOrPrimitiveTypeSizeInBits(dstTy); in CreateShadowCast() local
2085 if (srcSizeInBits > 1 && dstSizeInBits == 1) in CreateShadowCast()
2095 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed); in CreateShadowCast()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2210 size_t dstSizeInBits = VectorOrPrimitiveTypeSizeInBits(dstTy); in CreateShadowCast() local
2211 if (srcSizeInBits > 1 && dstSizeInBits == 1) in CreateShadowCast()
2222 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed); in CreateShadowCast()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1579 size_t dstSizeInBits = VectorOrPrimitiveTypeSizeInBits(dstTy); in CreateShadowCast() local
1582 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed); in CreateShadowCast()