Searched refs:unionWith (Results 1 – 7 of 7) sorted by relevance
353 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const { in unionWith() function in ConstantRange360 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this); in unionWith()516 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()522 UpperModulo.trunc(DstTySize)).unionWith(Union); in truncate()
851 ConstantRange Union = LastRange.unionWith(NewRange); in tryMergeRange()
187 ConstantRange unionWith(const ConstantRange &CR) const;
292 return Ops[0].unionWith(Ops[1]); in walkForwards()370 R = R.unionWith(SeenI->second); in validateAndTransform()
165 bool unionWith(const SparseBitVectorElement &RHS) {577 changed |= Iter1->unionWith(*Iter2);
264 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); in mergeIn()925 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
3863 TotalRange = TotalRange.unionWith(Range); in GetRangeFromMetadata()