Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h431 ConstantRange binaryAnd(const ConstantRange &Other) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp823 return binaryAnd(Other); in binaryOp()
1280 ConstantRange::binaryAnd(const ConstantRange &Other) const { in binaryAnd() function in ConstantRange