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

  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 624 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion(
627 EXPECT_FALSE(NSWRegion.isEmptySet());
633 EXPECT_TRUE(NUWRegion.intersectWith(NSWRegion).contains(NoWrapRegion));
642 for (APInt I = NSWRegion.getLower(), E = NSWRegion.getUpper(); I != E;
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 1155 milliseconds