HomeSort by relevance Sort by last modified time
    Searched refs:isSatisfies (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/Support/
IntegersSubsetTest.cpp 58 EXPECT_TRUE(TheSubset.isSatisfies(Int(5)));
59 EXPECT_FALSE(TheSubset.isSatisfies(Int(9)));
  /external/llvm/include/llvm/Support/
IntegersSubset.h 356 bool isSatisfies(const IntTy &CheckingVal) const {
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 206 milliseconds