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

Declarations

tools/polly/include/polly/CodeGen/IslExprBuilder.h
  140   llvm::Type *getWidestType(llvm::Type *T1, llvm::Type *T2);

References

tools/polly/lib/CodeGen/IslExprBuilder.cpp
  183   MaxType = getWidestType(MaxType, V->getType());
  214     Type *Ty = getWidestType(V->getType(), OpV->getType());
  299       Type *Ty = getWidestType(NextIndex->getType(), IndexOp->getType());
  323     Type *Ty = getWidestType(DimSize->getType(), IndexOp->getType());
  366   MaxType = getWidestType(LHSType, RHSType);
  386     MaxType = getWidestType(MaxType, getType(Expr));
  468   MaxType = getWidestType(MaxType, LHS->getType());
  469   MaxType = getWidestType(MaxType, RHS->getType());
  512     MaxType = getWidestType(MaxType, RHS->getType());
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  445   MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType());
  446   MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType());
  542   MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType());
  543   MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType());
  544   MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType());
  652   MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType());
  653   MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType());
  654   MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType());