Lines Matching defs:COp
1656 Constant *COp = dyn_cast<Constant>(Op);
1657 if (!COp)
1658 COp = SimplifiedValues.lookup(Op);
1659 if (!COp)
1661 COps.push_back(COp);
2155 Constant *COp = dyn_cast<Constant>(Op);
2156 if (!COp)
2157 COp = SimplifiedValues.lookup(Op);
2160 COp ? COp : Op, cast<FPMathOperator>(I).getFastMathFlags(), DL);