llvm::operator/

Returns A divided by B.

Synopses

Declared in <llvm/ADT/DynamicAPInt.h>

Returns A divided by B.

DynamicAPInt
operator/(
    int64_t A,
    DynamicAPInt const& B);
» more...

Returns A divided by B.

DynamicAPInt
operator/(
    DynamicAPInt const& A,
    int64_t B);
» more...
InstructionCost
operator/(
    InstructionCost const& LHS,
    InstructionCost const& RHS);
» more...

Division operator

template<class DigitsT>
ScaledNumber<DigitsT>
operator/(
    ScaledNumber<DigitsT> const& L,
    ScaledNumber<DigitsT> const& R);
» more...