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

Declarations

lib/Target/AArch64/AArch64FastISel.cpp
  275   unsigned materializeInt(const ConstantInt *CI, MVT VT);

References

lib/Target/AArch64/AArch64FastISel.cpp
  536     return materializeInt(ConstantInt::get(Type::getInt64Ty(*Context), 0), VT);
  540     return materializeInt(CI, VT);
 4272     return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT);
 4393     return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT);