Searched refs:KnownRHSValue (Results 1 – 1 of 1) sorted by relevance
367 if (const llvm::APSInt *KnownRHSValue = getKnownValue(state, rhs)) { in evalBinOpNN() local368 llvm::APSInt RHSValue = *KnownRHSValue; in evalBinOpNN()