Searched refs:VPStore (Results 1 – 2 of 2) sorted by relevance
244 auto *VPStore = cast<VPIntrinsic>(StoreIntrin); in TEST_F() local245 ASSERT_EQ(VPStore->getIntrinsicID(), StoreVPID); in TEST_F()246 ASSERT_EQ(VPStore->getMemoryPointerParam(), FloatVecPtr); in TEST_F()247 ASSERT_EQ(VPStore->getMemoryDataParam(), FloatVec); in TEST_F()
5977 if (const auto *VPStore = dyn_cast<VPStoreSDNode>(Op)) { in lowerMaskedStore() local5978 Val = VPStore->getValue(); in lowerMaskedStore()5979 Mask = VPStore->getMask(); in lowerMaskedStore()5980 VL = VPStore->getVectorLength(); in lowerMaskedStore()