Module naga::proc::constant_evaluator

source ยท

Macrosยง

Structsยง

Enumsยง

Traitsยง

  • TryFromAbstract ๐Ÿ”’
    Trait for conversions of abstract values to concrete types.

Functionsยง

  • Attempts to evaluate multiple exprs as a combined ConcreteInt to pass to handler. If exprs are vectors of the same length, handler is called for each corresponding component of each vector.
  • Attempts to evaluate multiple exprs as a combined Float to pass to handler. If exprs are vectors of the same length, handler is called for each corresponding component of each vector.
  • Attempts to evaluate multiple exprs as a combined Scalar to pass to handler. If exprs are vectors of the same length, handler is called for each corresponding component of each vector.
  • Attempts to evaluate multiple exprs as a combined Signed to pass to handler. If exprs are vectors of the same length, handler is called for each corresponding component of each vector.
  • first_leading_bit ๐Ÿ”’
  • first_trailing_bit ๐Ÿ”’