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

References

lib/IR/Function.cpp
  967     return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width);
  969     return PointerType::get(DecodeFixedType(Infos, Tys, Context),
  974       Elts.push_back(DecodeFixedType(Infos, Tys, Context));
 1007     Type *EltTy = DecodeFixedType(Infos, Tys, Context);
 1041     Type *Ty = DecodeFixedType(Infos, Tys, Context);
 1055   Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
 1059     ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context));