Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h472 ConstantRange binaryAnd(const ConstantRange &Other) const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp901 return binaryAnd(Other); in binaryOp()
1397 ConstantRange ConstantRange::binaryAnd(const ConstantRange &Other) const { in binaryAnd() function in ConstantRange
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1047 IdxRange = IdxRange.binaryAnd(CI->getValue()); in canScalarizeAccess()