Searched refs:binaryAnd (Results 1 – 3 of 3) sorted by relevance
243 ConstantRange binaryAnd(const ConstantRange &Other) const;
693 ConstantRange::binaryAnd(const ConstantRange &Other) const { in binaryAnd() function in ConstantRange
817 Result.markConstantRange(LHSRange.binaryAnd(RHSRange)); in solveBlockValueConstantRange()