Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FC

1533         const FCmpInst *FC = cast<FCmpInst>(Cond);
1534 Condition = getFCmpCondCode(FC->getPredicate());
2418 if (const FCmpInst *FC = dyn_cast<FCmpInst>(&I))
2419 predicate = FC->getPredicate();
2420 else if (const ConstantExpr *FC = dyn_cast<ConstantExpr>(&I))
2421 predicate = FCmpInst::Predicate(FC->getPredicate());