Searched refs:NewMemoryInst (Results 1 – 1 of 1) sorted by relevance
583 Value *NewMemoryInst = nullptr; in expandPredicationInMemoryIntrinsic() local593 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()595 NewMemoryInst = Builder.CreateMaskedStore( in expandPredicationInMemoryIntrinsic()605 NewMemoryInst = NewLoad; in expandPredicationInMemoryIntrinsic()607 NewMemoryInst = Builder.CreateMaskedLoad( in expandPredicationInMemoryIntrinsic()614 NewMemoryInst = Builder.CreateMaskedScatter( in expandPredicationInMemoryIntrinsic()621 NewMemoryInst = Builder.CreateMaskedGather( in expandPredicationInMemoryIntrinsic()629 assert(NewMemoryInst); in expandPredicationInMemoryIntrinsic()630 replaceOperation(*NewMemoryInst, VPI); in expandPredicationInMemoryIntrinsic()631 return NewMemoryInst; in expandPredicationInMemoryIntrinsic()