reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2318 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); 2421 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); 2422 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();