Searched refs:getIntLoopAttribute (Results 1 – 3 of 3) sorted by relevance
1339 int getIntLoopAttribute(const Loop *TheLoop, StringRef Name, int Default = 0);
1099 int llvm::getIntLoopAttribute(const Loop *TheLoop, StringRef Name, in getIntLoopAttribute() function in llvm
1821 EXPECT_EQ(getIntLoopAttribute(L, "llvm.loop.vectorize.width"), 3); in TEST_F()1885 EXPECT_EQ(getIntLoopAttribute(Inner, "llvm.loop.unroll.count"), 5); in TEST_F()