Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRangeList.cpp146 ConstantRangeList::unionWith(const ConstantRangeList &CRL) const { in unionWith() function in ConstantRangeList
H A DConstantFPRange.cpp388 ConstantFPRange ConstantFPRange::unionWith(const ConstantFPRange &CR) const { in unionWith() function in ConstantFPRange
H A DConstantRange.cpp697 ConstantRange ConstantRange::unionWith(const ConstantRange &CR, in unionWith() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h138 LocationSize unionWith(LocationSize Other) const { in unionWith() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h314 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