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