Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4718 AllocaInst *Local128 = Builder.CreateAlloca(Builder.getInt128Ty(), nullptr, in TEST_F() local
4723 Builder.CreateStore(Val128, Local128); in TEST_F()
4728 Local128->getAllocatedType(), Local128, "bodygen.local.load128"); in TEST_F()
4940 AllocaInst *Local128 = Builder.CreateAlloca(Builder.getInt128Ty(), nullptr, in TEST_F() local
4945 InternalStoreInst = Builder.CreateStore(Val128, Local128); in TEST_F()
4949 InternalLoad128 = Builder.CreateLoad(Local128->getAllocatedType(), Local128, in TEST_F()