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);
Returns A divided by B.
DynamicAPInt
operator/(
DynamicAPInt const& A,
int64_t B);
InstructionCost
operator/(
InstructionCost const& LHS,
InstructionCost const& RHS);
Division operator
template<class DigitsT>
ScaledNumber<DigitsT>
operator/(
ScaledNumber<DigitsT> const& L,
ScaledNumber<DigitsT> const& R);
Created with MrDocs