Home
last modified time | relevance | path

Searched defs:RealPredicate (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/
Dcommon.rs26 pub enum RealPredicate { enum
Dbase.rs86 pub fn bin_op_to_fcmp_predicate(op: hir::BinOpKind) -> RealPredicate { in bin_op_to_fcmp_predicate()
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dbuilder.rs231 fn fcmp(&mut self, op: RealPredicate, lhs: Self::Value, rhs: Self::Value) -> Self::Value; in fcmp()
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs1058 fn fcmp(&mut self, op: RealPredicate, lhs: RValue<'gcc>, rhs: RValue<'gcc>) -> RValue<'gcc> { in fcmp()
1977 impl ToGccComp for RealPredicate { implementation
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs238 pub enum RealPredicate { enum
257 impl RealPredicate { impl
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs858 fn fcmp(&mut self, op: RealPredicate, lhs: &'ll Value, rhs: &'ll Value) -> &'ll Value { in fcmp()