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

  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 580 auto NUWRegion =
583 EXPECT_FALSE(NUWRegion.isEmptySet());
594 EXPECT_TRUE(NUWRegion.intersectWith(NSWRegion).contains(NoWrapRegion));
596 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E;
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 47 milliseconds