mini-llvm 0.1.0
Loading...
Searching...
No Matches
mini_llvm::ops::URem Struct Reference

#include <URem.h>

Public Member Functions

template<typename T>
requires std::integral<T>
std::optional< T > operator() (T x, T y) const noexcept
std::optional< bool > operator() (bool, bool y) const noexcept

Member Function Documentation

◆ operator()() [1/2]

std::optional< bool > mini_llvm::ops::URem::operator() ( bool ,
bool y ) const
inlinenoexcept

◆ operator()() [2/2]

template<typename T>
requires std::integral<T>
std::optional< T > mini_llvm::ops::URem::operator() ( T x,
T y ) const
inlinenoexcept

The documentation for this struct was generated from the following file:
  • include/mini-llvm/common/ops/URem.h