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