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