Searched refs:NewMemoryInst (Results 1 – 1 of 1) sorted by relevance
559 Value *NewMemoryInst = nullptr; in expandPredicationInMemoryIntrinsic() local569 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()571 NewMemoryInst = Builder.CreateMaskedStore( in expandPredicationInMemoryIntrinsic()581 NewMemoryInst = NewLoad; in expandPredicationInMemoryIntrinsic()583 NewMemoryInst = Builder.CreateMaskedLoad( in expandPredicationInMemoryIntrinsic()590 NewMemoryInst = Builder.CreateMaskedScatter( in expandPredicationInMemoryIntrinsic()597 NewMemoryInst = Builder.CreateMaskedGather( in expandPredicationInMemoryIntrinsic()605 assert(NewMemoryInst); in expandPredicationInMemoryIntrinsic()606 replaceOperation(*NewMemoryInst, VPI); in expandPredicationInMemoryIntrinsic()607 return NewMemoryInst; in expandPredicationInMemoryIntrinsic()