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

References

tools/polly/lib/CodeGen/IslExprBuilder.cpp
  366   MaxType = getWidestType(LHSType, RHSType);
  386     MaxType = getWidestType(MaxType, getType(Expr));
  386     MaxType = getWidestType(MaxType, getType(Expr));
  392   if (MaxType != RHS->getType())
  393     RHS = Builder.CreateSExt(RHS, MaxType);
  395   if (MaxType != LHS->getType())
  396     LHS = Builder.CreateSExt(LHS, MaxType);
  428     Value *One = ConstantInt::get(MaxType, 1);
  429     Value *Zero = ConstantInt::get(MaxType, 0);