Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h472 ConstantRange binaryAnd(const ConstantRange &Other) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp904 return binaryAnd(Other); in binaryOp()
1431 ConstantRange ConstantRange::binaryAnd(const ConstantRange &Other) const { in binaryAnd() function in ConstantRange
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1180 IdxRange = IdxRange.binaryAnd(CI->getValue()); in canScalarizeAccess()