Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h115 LocationSize unionWith(LocationSize Other) const { in unionWith() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseBitVector.h171 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp553 ConstantRange ConstantRange::unionWith(const ConstantRange &CR, in unionWith() function in ConstantRange