Searched defs:RealPredicate (Results 1 – 6 of 6) sorted by relevance
26 pub enum RealPredicate { enum
86 pub fn bin_op_to_fcmp_predicate(op: hir::BinOpKind) -> RealPredicate { in bin_op_to_fcmp_predicate()
231 fn fcmp(&mut self, op: RealPredicate, lhs: Self::Value, rhs: Self::Value) -> Self::Value; in fcmp()
1058 fn fcmp(&mut self, op: RealPredicate, lhs: RValue<'gcc>, rhs: RValue<'gcc>) -> RValue<'gcc> { in fcmp()1977 impl ToGccComp for RealPredicate { implementation
238 pub enum RealPredicate { enum257 impl RealPredicate { impl
858 fn fcmp(&mut self, op: RealPredicate, lhs: &'ll Value, rhs: &'ll Value) -> &'ll Value { in fcmp()