Lines Matching defs:FortyTwoSplat
63 MachineInstrBuilder FortyTwoSplat =
66 EXPECT_TRUE(mi_match(FortyTwoSplat.getReg(0), *MRI, m_ICstOrSplat(Cst)));
658 MachineInstrBuilder FortyTwoSplat =
662 EXPECT_TRUE(mi_match(FortyTwoSplat.getReg(0), *MRI, m_SpecificICstSplat(42)));
664 mi_match(FortyTwoSplat.getReg(0), *MRI, m_SpecificICstSplat(43)));
671 B.buildAdd(v4s64, NonConstantSplat, FortyTwoSplat);
688 MachineInstrBuilder FortyTwoSplat =
693 mi_match(FortyTwoSplat.getReg(0), *MRI, m_SpecificICstOrSplat(42)));
695 mi_match(FortyTwoSplat.getReg(0), *MRI, m_SpecificICstOrSplat(43)));
702 B.buildAdd(v4s64, NonConstantSplat, FortyTwoSplat);