Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/IR/
HDConstantRange.cpp353 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const { in unionWith() function in ConstantRange
360 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()
HDMetadata.cpp851 ConstantRange Union = LastRange.unionWith(NewRange); in tryMergeRange()
/NextBSD/contrib/llvm/include/llvm/IR/
HDConstantRange.h187 ConstantRange unionWith(const ConstantRange &CR) const;
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDFloat2Int.cpp292 return Ops[0].unionWith(Ops[1]); in walkForwards()
370 R = R.unionWith(SeenI->second); in validateAndTransform()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDSparseBitVector.h165 bool unionWith(const SparseBitVectorElement &RHS) {
577 changed |= Iter1->unionWith(*Iter2);
/NextBSD/contrib/llvm/lib/Analysis/
HDLazyValueInfo.cpp264 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); in mergeIn()
925 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
HDScalarEvolution.cpp3863 TotalRange = TotalRange.unionWith(Range); in GetRangeFromMetadata()