Searched refs:NewMemoryInst (Results 1 – 1 of 1) sorted by relevance
414 Value *NewMemoryInst = nullptr; in expandPredicationInMemoryIntrinsic() local424 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()426 NewMemoryInst = Builder.CreateMaskedStore( in expandPredicationInMemoryIntrinsic()436 NewMemoryInst = NewLoad; in expandPredicationInMemoryIntrinsic()438 NewMemoryInst = Builder.CreateMaskedLoad( in expandPredicationInMemoryIntrinsic()445 NewMemoryInst = Builder.CreateMaskedScatter( in expandPredicationInMemoryIntrinsic()452 NewMemoryInst = Builder.CreateMaskedGather( in expandPredicationInMemoryIntrinsic()460 assert(NewMemoryInst); in expandPredicationInMemoryIntrinsic()461 replaceOperation(*NewMemoryInst, VPI); in expandPredicationInMemoryIntrinsic()462 return NewMemoryInst; in expandPredicationInMemoryIntrinsic()