Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CB

2398     if (const ConstantFPSDNode *CB = dyn_cast<ConstantFPSDNode>(B))
2399 if (CA->isZero() && CB->isZero()) return true;