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 619 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion(
622 EXPECT_FALSE(NUWRegion.isEmptySet());
633 EXPECT_TRUE(NUWRegion.intersectWith(NSWRegion).contains(NoWrapRegion));
635 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E;
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 242 milliseconds