reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1145 rightI = rightI.extOrTrunc(leftI.getBitWidth()); 1145 rightI = rightI.extOrTrunc(leftI.getBitWidth()); 1148 llvm::APSInt Multiplicand(rightI.getBitWidth(), /* isUnsigned */ true); 1151 rightI *= Multiplicand; 1156 rightI = leftI + rightI; 1156 rightI = leftI + rightI; 1159 rightI = leftI - rightI; 1159 rightI = leftI - rightI; 1164 return loc::ConcreteInt(getBasicValueFactory().getValue(rightI));