HomeSort by: relevance | last modified time | path
    Searched refs:isEmptySet (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp 80 if (CR.isEmptySet())
154 if (isFullSet() || isEmptySet()) {
155 Pred = isEmptySet() ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE;
284 if (ShAmt.isEmptySet()) {
314 bool ConstantRange::isEmptySet() const {
357 if (isEmptySet())
404 if (isFullSet() || Other.isEmptySet()) return true;
405 if (isEmptySet() || Other.isFullSet()) return false;
422 if (isEmptySet())
429 if (isEmptySet())
    [all...]
Metadata.cpp 983 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B);
Verifier.cpp 3695 Assert(!CurRange.isEmptySet() && !CurRange.isFullSet(),
3698 Assert(CurRange.intersectWith(LastRange).isEmptySet(),
3713 Assert(FirstRange.intersectWith(LastRange).isEmptySet(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueLattice.h 220 if (CR.isEmptySet()) {
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h 184 bool isEmptySet() const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackSafetyAnalysis.cpp 73 return R.isEmptySet() || R.isFullSet() || R.isUpperSignWrapped();
277 if (SizeRange.isEmptySet())
521 if (Access.isEmptySet())
533 assert(!KV.second.isEmptySet() &&
720 if (!Access.isEmptySet())
Loads.cpp 468 return LoadRange.intersectWith(StoreRange).isEmptySet();
InstructionSimplify.cpp 1607 if (IsAnd && Range0.intersectWith(Range1).isEmptySet())
2769 if (RHS_CR.isEmptySet())
ValueTracking.cpp 6431 if (Intersection.isEmptySet())
6433 if (Difference.isEmptySet())
ScalarEvolution.cpp 9406 else if (ExactCR.isEmptySet())
9441 // that the ExactCR.isFullSet() or ExactCR.isEmptySet() check above
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 7140 if (!AssumedConstantRange.isEmptySet()) {
7157 if (!AssumedConstantRange.isEmptySet() &&
7336 if (LHSAARange.isEmptySet() || RHSAARange.isEmptySet())
7344 if (AllowedRegion.intersectWith(LHSAARange).isEmptySet())
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 3548 if (RangeV.isEmptySet())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 1488 if (Intersection.isEmptySet())
1490 if (Difference.isEmptySet())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 642 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 8942 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped())

Completed in 107 milliseconds