Home
last modified time | relevance | path

Searched refs:binaryOr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h435 ConstantRange binaryOr(const ConstantRange &Other) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp825 return binaryOr(Other); in binaryOp()
1295 ConstantRange::binaryOr(const ConstantRange &Other) const { in binaryOr() function in ConstantRange