reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/CodeGen/IslExprBuilder.cpp
  182   V = create(isl_ast_expr_get_op_arg(Expr, 0));
  183   MaxType = getWidestType(MaxType, V->getType());
  185   if (MaxType != V->getType())
  186     V = Builder.CreateSExt(V, MaxType);
  186     V = Builder.CreateSExt(V, MaxType);
  189   return createSub(ConstantInt::getNullValue(MaxType), V);