HomeSort by relevance Sort by last modified time
    Searched defs:DL1 (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 400 DebugLoc DL1 = DILocation::get(Ctx, 2, 0, SP);
405 Br->setDebugLoc(DL1);
409 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation());
411 EXPECT_EQ(DL1, Call1->getDebugLoc());
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
IRBuilderTest.cpp 561 DebugLoc DL1 = DILocation::get(Ctx, 2, 0, SP);
566 Br->setDebugLoc(DL1);
570 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation());
572 EXPECT_EQ(DL1, Call1->getDebugLoc());

Completed in 503 milliseconds