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

References

lib/Target/ARM/ARMLegalizerInfo.cpp
  385     Type *ArgTy = Type::getInt32Ty(Ctx);
  386     StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true);
  418     auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx);
  418     auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx);
  419     auto *RetTy = Type::getInt32Ty(Ctx);
  466                              *ConstantInt::get(Ctx, AsInteger));