Searched refs:rhsInt (Results 1 – 1 of 1) sorted by relevance
859 if (nonloc::ConcreteInt *rhsInt = dyn_cast<nonloc::ConcreteInt>(&rhs)) { in evalBinOpLN() local860 const llvm::APSInt *x = &rhsInt->getValue(); in evalBinOpLN()876 if (nonloc::ConcreteInt *rhsInt = dyn_cast<nonloc::ConcreteInt>(&rhs)) { in evalBinOpLN() local880 llvm::APSInt rightI(rhsInt->getValue(), /* isUnsigned */ true); in evalBinOpLN()