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

References

tools/polly/lib/CodeGen/IslExprBuilder.cpp
  468   MaxType = getWidestType(MaxType, LHS->getType());
  468   MaxType = getWidestType(MaxType, LHS->getType());
  469   MaxType = getWidestType(MaxType, RHS->getType());
  469   MaxType = getWidestType(MaxType, RHS->getType());
  471   if (MaxType != RHS->getType())
  472     RHS = Builder.CreateSExt(RHS, MaxType);
  474   if (MaxType != LHS->getType())
  475     LHS = Builder.CreateSExt(LHS, MaxType);