Searched refs:LhsConstant (Results 1 – 1 of 1) sorted by relevance
1098 uint64_t LhsConstant = LhsValue.getZExtValue(); in checkBitwiseExpr() local1103 if (LhsOpcode == BO_And && (LhsConstant & RhsConstant) != RhsConstant) { in checkBitwiseExpr()1111 if (LhsOpcode == BO_Or && (LhsConstant | RhsConstant) != RhsConstant) { in checkBitwiseExpr()