Searched refs:binaryAnd (Results 1 – 8 of 8) sorted by relevance
229 ConstantRange binaryAnd(const ConstantRange &Other) const;
288 ConstantRange binaryAnd(const ConstantRange &Other) const;
305 ConstantRange binaryAnd(const ConstantRange &Other) const;
743 return binaryAnd(Other); in binaryOp()949 ConstantRange::binaryAnd(const ConstantRange &Other) const { in binaryAnd() function in ConstantRange
622 ConstantRange::binaryAnd(const ConstantRange &Other) const { in binaryAnd() function in ConstantRange
825 ConstantRange::binaryAnd(const ConstantRange &Other) const { in binaryAnd() function in ConstantRange
777 Result.markConstantRange(LHSRange.binaryAnd(RHSRange)); in solveBlockValueConstantRange()
1153 Result.markConstantRange(LHSRange.binaryAnd(RHSRange)); in solveBlockValueBinaryOp()