Searched refs:RHSIsLogical (Results 1 – 2 of 2) sorted by relevance
440 bool IsAnd, bool RHSIsLogical);
2368 bool RHSIsLogical) { in reassociateBooleanAndOr() argument2373 return RHSIsLogical ? Builder.CreateLogicalOp(Opcode, Res, Y) in reassociateBooleanAndOr()2378 return RHSIsLogical ? Builder.CreateLogicalOp(Opcode, X, Res) in reassociateBooleanAndOr()