Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dmem57-cpp.cpp9 struct alignas(128) Vector1 { struct
32 auto *V1 = new Vector1; in f() argument
37 auto *V1_Arr = new Vector1[2]; in f()
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerHelperTest.cpp3829 auto Vector1 = B.buildBitcast(V2S32, Copies[0]); in TEST_F() local
3832 auto FreezeVector1 = B.buildInstr(TargetOpcode::G_FREEZE, {V2S32}, {Vector1}); in TEST_F()
3880 auto Vector1 = B.buildBitcast(V2S32, Copies[0]); in TEST_F() local
3881 auto FreezeVector1 = B.buildInstr(TargetOpcode::G_FREEZE, {V2S32}, {Vector1}); in TEST_F()