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

Declarations

include/llvm/Analysis/ScalarEvolution.h
  497   Type *getWiderType(Type *Ty1, Type *Ty2) const;

References

lib/Analysis/ScalarEvolution.cpp
 4145       MaxType = getWiderType(MaxType, S->getType());
10321       auto *WTy = getWiderType(DTy, FRHSTy);
lib/Transforms/Scalar/IndVarSimplify.cpp
 2773       SE->getWiderType(MaxExitCount->getType(), ExitCount->getType());
 2953         Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType());