Searched refs:XorType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 3944 Type *XorType = Builder.getInt32Ty(); in TEST_F() local 3951 XorReduced = Builder.CreateAlloca(XorType); in TEST_F() 3974 Value *XorPartial = Builder.CreateLoad(XorType, XorReduced, "xor.partial"); in TEST_F() 4025 {XorType, XorReduced, XorPrivatized, xorReduction, xorAtomicReduction}}; in TEST_F() 4186 Type *XorType = Builder.getInt32Ty(); in TEST_F() local 4193 XorReduced = Builder.CreateAlloca(XorType); in TEST_F() 4230 Value *XorPartial = Builder.CreateLoad(XorType, XorReduced, "xor.partial"); in TEST_F() 4288 {{XorType, XorReduced, XorPrivatized, xorReduction, xorAtomicReduction}}); in TEST_F()
|