Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FC

1638 FC = cast<FCmpInst>(Cond);
1639 Condition = getFCmpCondCode(FC->getPredicate());
2714 if (const FCmpInst *FC = dyn_cast<FCmpInst>(&I))
2715 predicate = FC->getPredicate();
2716 else if (const ConstantExpr *FC = dyn_cast<ConstantExpr>(&I))
2717 predicate = FCmpInst::Predicate(FC->getPredicate());