Searched refs:CheckCondJumpWithZero (Results 1 – 2 of 2) sorted by relevance
259 void CheckCondJumpWithZero(ConditionCode CC) in CheckCondJumpWithZero() function in panda::compiler::IrBuilderTest1201 CheckCondJumpWithZero<true>(ConditionCode::CC_EQ); in TEST_F()1207 CheckCondJumpWithZero<true>(ConditionCode::CC_NE); in TEST_F()1213 CheckCondJumpWithZero<false>(ConditionCode::CC_EQ); in TEST_F()1219 CheckCondJumpWithZero<false>(ConditionCode::CC_NE); in TEST_F()1225 CheckCondJumpWithZero<false>(ConditionCode::CC_LT); in TEST_F()1231 CheckCondJumpWithZero<false>(ConditionCode::CC_GT); in TEST_F()1237 CheckCondJumpWithZero<false>(ConditionCode::CC_LE); in TEST_F()1243 CheckCondJumpWithZero<false>(ConditionCode::CC_GE); in TEST_F()
577 void CheckCondJumpWithZero(compiler::ConditionCode CC) in CheckCondJumpWithZero() function