Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp184 GlobalVariable *GVDouble = new GlobalVariable(*M, Type::getDoubleTy(Ctx), in TEST_F() local
188 VDouble = Builder.CreateLoad(GVDouble->getValueType(), GVDouble); in TEST_F()
321 GlobalVariable *GVDouble = new GlobalVariable( in TEST_F() local
323 VDouble = Builder.CreateLoad(GVDouble->getValueType(), GVDouble); in TEST_F()