Searched defs:MathOp (Results 1 – 5 of 5) sorted by relevance
156 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) in MathOp() function165 constexpr ClampedNumeric &MathOp(const R rhs) in MathOp() function
225 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) in MathOp() function236 constexpr CheckedNumeric &MathOp(const R rhs) in MathOp() function
148 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function156 constexpr ClampedNumeric& MathOp(const R rhs) { in MathOp() function
230 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function241 constexpr CheckedNumeric& MathOp(const R rhs) { in MathOp() function
3528 unsigned MathOp = ISD::DELETED_NODE; in visitMUL() local