reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
561 return evalBinOpLL(state, op, lhsL, 583 return evalBinOpLL(state, op, lhsL, makeLoc(i), resultTy); 601 if (const llvm::APSInt *KnownRHSValue = getKnownValue(state, rhs)) { 714 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) { 753 SVal simplifiedLhs = simplifySVal(state, lhs); 761 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) 764 if (Optional<NonLoc> V = tryRearrange(state, op, lhs, rhs, resultTy))