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