Module rustc_const_eval::interpret::intrinsics
source · Expand description
Intrinsics and other functions that the miri engine executes without looking at their MIR. Intrinsics/functions supported here are shared by CTFE and miri.
Modules
Functions
The logic for all nullary intrinsics is implemented here. These intrinsics don’t get evaluated
inside an
InterpCx
and instead have their value computed directly from rustc internal info.