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

References

lib/Transforms/Utils/FunctionComparator.cpp
  407   PointerType *PTyL = dyn_cast<PointerType>(TyL);
  412     TyL = DL.getIntPtrType(TyL);
  412     TyL = DL.getIntPtrType(TyL);
  416   if (TyL == TyR)
  419   if (int Res = cmpNumbers(TyL->getTypeID(), TyR->getTypeID()))
  422   switch (TyL->getTypeID()) {
  426     return cmpNumbers(cast<IntegerType>(TyL)->getBitWidth(),
  445     StructType *STyL = cast<StructType>(TyL);
  461     FunctionType *FTyL = cast<FunctionType>(TyL);
  481     auto *STyL = cast<SequentialType>(TyL);