Home
last modified time | relevance | path

Searched refs:unionWith (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp626 ConstantRange ConstantRange::unionWith(const ConstantRange &CR, in unionWith() function in ConstantRange
635 return CR.unionWith(*this, Type); in unionWith()
703 if (Result == inverse().unionWith(CR.inverse()).inverse()) in exactIntersectWith()
711 ConstantRange Result = unionWith(CR); in exactUnionWith()
843 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
851 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
1165 return Res.intersectWith(unionWith(Other, Signed), Signed); in smax()
1179 return Res.intersectWith(unionWith(Other, Unsigned), Unsigned); in umax()
1193 return Res.intersectWith(unionWith(Other, Signed), Signed); in smin()
1207 return Res.intersectWith(unionWith(Other, Unsigned), Unsigned); in umin()
[all …]
H A DMetadata.cpp1091 ConstantRange Union = LastRange.unionWith(NewRange); in tryMergeRange()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp322 return OpRanges[0].unionWith(OpRanges[1]); in calcRange()
363 R = R.unionWith(SeenI->second); in validateAndTransform()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSparseBitVector.h172 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() function
576 changed |= Iter1->unionWith(*Iter2);
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryLocation.h145 LocationSize unionWith(LocationSize Other) const { in unionWith() function
H A DValueLattice.h445 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
H A DAliasSetTracker.h82 Size = isSizeSet() ? Size.unionWith(NewSize) : NewSize; in updateSizeAndAAInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h332 ConstantRange unionWith(const ConstantRange &CR,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp92 auto Result = L.unionWith(R); in unionNoWrap()
509 Insert.first->second = Insert.first->second.unionWith(Offsets); in analyzeAllUses()
H A DLazyValueInfo.cpp1435 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
H A DScalarEvolution.cpp6870 RangeFromOps = RangeFromOps.unionWith(OpRange); in getRangeRef()
6983 SR = SR.unionWith(getRangeForAffineARHelper(StepSRange.getSignedMax(), in getRangeForAffineAR()
7044 ConstantRange RangeBetween = StartRange.unionWith(EndRange); in getRangeForAffineNoSelfWrappingAR()
7176 return TrueRange.unionWith(FalseRange); in getRangeViaFactoring()
H A DInstructionSimplify.cpp1677 if (!IsAnd && Range0.unionWith(Range1).isFullSet()) in simplifyAndOrOfICmpsWithConstants()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2812 Assumed = Assumed.unionWith(R).intersectWith(Known);
2849 Known = Known.unionWith(R.getKnown());
2850 Assumed = Assumed.unionWith(R.getAssumed());
4593 void unionAssumed(const PotentialValuesState &PVS) { unionWith(PVS); }
4644 void unionWith(const PotentialValuesState &R) {