Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h724 bool isDXIL() const { in isDXIL() function
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp1153 EXPECT_TRUE(T.isDXIL()); in TEST()