Home
last modified time | relevance | path

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

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