Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:C0

8298     const APFloat &C0 = N0CFP->getValueAPF();
8300 return DAG.getConstantFP(minnum(C0, C1), N->getValueType(0));
8319 const APFloat &C0 = N0CFP->getValueAPF();
8321 return DAG.getConstantFP(maxnum(C0, C1), N->getValueType(0));
12308 // Replace a SCALAR_TO_VECTOR(EXTRACT_VECTOR_ELT(V,C0)) pattern
12316 ConstantSDNode *C0 = dyn_cast<ConstantSDNode>(EltNo);
12317 if (C0 && VT == InVec.getValueType() &&
12320 int Elt = C0->getZExtValue();