Searched refs:C1Val (Results 1 – 2 of 2) sorted by relevance
1295 int64_t C1Val = cast<ConstantInt>(C1)->getSExtValue(); in IdxCompare() local1298 if (C1Val == C2Val) return 0; // They are equal in IdxCompare()1307 if (C1Val < C2Val) in IdxCompare()
2000 APFloat C1Val(APFloat::IEEEdouble, "0x1.0p+52"); in LowerFRINT() local2001 SDValue C1 = DAG.getConstantFP(C1Val, MVT::f64); in LowerFRINT()