Home
last modified time | relevance | path

Searched defs:checked_binop (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dbuilder.rs121 fn checked_binop( in checked_binop() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs347 fn checked_binop( in checked_binop() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs716 …fn checked_binop(&mut self, oop: OverflowOp, typ: Ty<'_>, lhs: Self::Value, rhs: Self::Value) -> (… in checked_binop() method