Home | History | Annotate | Download | only in Analysis

Lines Matching refs:C0

808   if (Constant *C0 = dyn_cast<Constant>(Op0)) {
810 Constant *Ops[] = { C0, C1 };
811 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, TD);
929 if (Constant *C0 = dyn_cast<Constant>(Op0)) {
931 Constant *Ops[] = { C0, C1 };
932 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, TD);
1032 if (Constant *C0 = dyn_cast<Constant>(Op0)) {
1034 Constant *Ops[] = { C0, C1 };
1035 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, TD);