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

References

lib/Target/ARM/ARMCodeGenPrepare.cpp
  633         Type *Ty = TruncTysMap[Call][i];
  644       Type *Ty = TruncTysMap[Switch][0];
  654       Type *Ty = TruncTysMap[I][i];
  703   TruncTysMap.clear();
  720     IntegerType *DestTy = cast<IntegerType>(TruncTysMap[Trunc][0]);
  759         TruncTysMap[Call].push_back(Arg->getType());
  762       TruncTysMap[I].push_back(Switch->getCondition()->getType());
  765         TruncTysMap[I].push_back(I->getOperand(i)->getType());
  772     TruncTysMap[Trunc].push_back(Trunc->getDestTy());