Searched refs:CmpZero (Results 1 – 3 of 3) sorted by relevance
968 ConstantInt *CmpZero = dyn_cast<ConstantInt>(Cond->getOperand(1)); in matchCondition() local969 if (!CmpZero || !CmpZero->isZero()) in matchCondition()
1119 ConstantInt *CmpZero = dyn_cast<ConstantInt>(Cond->getOperand(1)); in matchCondition() local1120 if (!CmpZero || !CmpZero->isZero()) in matchCondition()
2935 TEST(fcmp_dz) { CALL_TEST_FP_HELPER(fcmp, dz, CmpZero, kInputDoubleBasic); } in TEST()2936 TEST(fcmp_sz) { CALL_TEST_FP_HELPER(fcmp, sz, CmpZero, kInputFloatBasic); } in TEST()