Home
last modified time | relevance | path

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

/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.h312 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
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp630 ConstantRange ConstantRange::unionWith(const ConstantRange &CR, in unionWith() function in ConstantRange