Home
last modified time | relevance | path

Searched defs:unionWith (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRangeList.cpp144 ConstantRangeList::unionWith(const ConstantRangeList &CRL) const { in unionWith() function in ConstantRangeList
H A DConstantRange.cpp686 ConstantRange ConstantRange::unionWith(const ConstantRange &CR, in unionWith() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h152 LocationSize unionWith(LocationSize Other) const { in unionWith() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h310 KnownBits unionWith(const KnownBits &RHS) const { in unionWith() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h172 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() function