Searched refs:lhs_ele_id (Results 1 – 3 of 3) sorted by relevance
1218 const auto lhs_ele_id = lhs->GetOperandAs<uint32_t>(1u); in LogicallyMatch() local1220 if (lhs_ele_id == rhs_ele_id) { in LogicallyMatch()1224 const auto lhs_ele = FindDef(lhs_ele_id); in LogicallyMatch()1237 const auto lhs_ele_id = lhs->GetOperandAs<uint32_t>(i); in LogicallyMatch() local1240 if (lhs_ele_id == rhs_ele_id) { in LogicallyMatch()1244 const auto lhs_ele = FindDef(lhs_ele_id); in LogicallyMatch()
1390 const auto lhs_ele_id = lhs->GetOperandAs<uint32_t>(1u); in LogicallyMatch() local1392 if (lhs_ele_id == rhs_ele_id) { in LogicallyMatch()1396 const auto lhs_ele = FindDef(lhs_ele_id); in LogicallyMatch()1409 const auto lhs_ele_id = lhs->GetOperandAs<uint32_t>(i); in LogicallyMatch() local1412 if (lhs_ele_id == rhs_ele_id) { in LogicallyMatch()1416 const auto lhs_ele = FindDef(lhs_ele_id); in LogicallyMatch()