Searched refs:Range1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp141 auto Range1 = variable
155 std::for_each(Range1.first, Range1.second, HandleNonGeneric);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1589 auto Range1 = ConstantRange::makeExactICmpRegion(Cmp1->getPredicate(), *C1); local
1593 if (IsAnd && Range0.intersectWith(Range1).isEmptySet())
1598 if (!IsAnd && Range0.unionWith(Range1).isFullSet())
1606 if (Range0.contains(Range1))
1608 if (Range1.contains(Range0))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11510 std::pair<int, int> Range1 = std::make_pair(INT_MAX, INT_MIN);
11521 Range1.first = std::min(Range1.first, M);
11522 Range1.second = std::max(Range1.second, M);
11537 if (!(0 <= Range1.first && Range1.second < NumEltsPerLane) ||
11567 if (Range2.second < Range1.first)
11568 return RotateAndPermute(V1, V2, Range1.first, 0);
11569 if (Range1
[all...]

Completed in 200 milliseconds