Searched refs:RightSideIntValue (Results 1 – 1 of 1) sorted by relevance
12408 int64_t RightSideIntValue = RightSideValue.getSExtValue(); in diagnoseXorMisusedAsPow() local12409 if (LeftSideValue == 2 && RightSideIntValue >= 0) { in diagnoseXorMisusedAsPow()12415 if (RightSideIntValue < 64) in diagnoseXorMisusedAsPow()12419 else if (RightSideIntValue == 64) in diagnoseXorMisusedAsPow()12429 ExprRange, (RightSideIntValue == 0) ? "1" : SuggestedExpr); in diagnoseXorMisusedAsPow()12435 std::string SuggestedValue = "1e" + std::to_string(RightSideIntValue); in diagnoseXorMisusedAsPow()