Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCRCTest.cpp50 size_t TestSize = (size_t)UINT32_MAX + 42; in TEST() local
51 uint8_t *TestData = (uint8_t*)calloc(TestSize, 1); in TEST()
58 EXPECT_EQ(0xE46F28FBU, llvm::crc32(makeArrayRef(TestData, TestSize))); in TEST()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23492 unsigned TestSize = Subtarget.hasAVX() ? 256 : 128; in LowerVectorAllZero() local
23493 while (VT.getSizeInBits() > TestSize) { in LowerVectorAllZero()