Searched refs:unionWith (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 626 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 D | Metadata.cpp | 1091 ConstantRange Union = LastRange.unionWith(NewRange); in tryMergeRange()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 322 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 D | SparseBitVector.h | 172 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() function 576 changed |= Iter1->unionWith(*Iter2);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 145 LocationSize unionWith(LocationSize Other) const { in unionWith() function
|
| H A D | ValueLattice.h | 445 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
|
| H A D | AliasSetTracker.h | 82 Size = isSizeSet() ? Size.unionWith(NewSize) : NewSize; in updateSizeAndAAInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 332 ConstantRange unionWith(const ConstantRange &CR,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 92 auto Result = L.unionWith(R); in unionNoWrap() 509 Insert.first->second = Insert.first->second.unionWith(Offsets); in analyzeAllUses()
|
| H A D | LazyValueInfo.cpp | 1435 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
|
| H A D | ScalarEvolution.cpp | 6870 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 D | InstructionSimplify.cpp | 1677 if (!IsAnd && Range0.unionWith(Range1).isFullSet()) in simplifyAndOrOfICmpsWithConstants()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 2812 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) {
|