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

References

tools/polly/lib/CodeGen/IslExprBuilder.cpp
  179   assert(MaxType->isIntegerTy() &&
  183   MaxType = getWidestType(MaxType, V->getType());
  183   MaxType = getWidestType(MaxType, V->getType());
  185   if (MaxType != V->getType())
  186     V = Builder.CreateSExt(V, MaxType);
  189   return createSub(ConstantInt::getNullValue(MaxType), V);