Searched refs:NewMemoryInst (Results 1 – 1 of 1) sorted by relevance
424 Value *NewMemoryInst = nullptr; in expandPredicationInMemoryIntrinsic() local434 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()436 NewMemoryInst = Builder.CreateMaskedStore( in expandPredicationInMemoryIntrinsic()446 NewMemoryInst = NewLoad; in expandPredicationInMemoryIntrinsic()448 NewMemoryInst = Builder.CreateMaskedLoad( in expandPredicationInMemoryIntrinsic()455 NewMemoryInst = Builder.CreateMaskedScatter( in expandPredicationInMemoryIntrinsic()462 NewMemoryInst = Builder.CreateMaskedGather( in expandPredicationInMemoryIntrinsic()470 assert(NewMemoryInst); in expandPredicationInMemoryIntrinsic()471 replaceOperation(*NewMemoryInst, VPI); in expandPredicationInMemoryIntrinsic()472 return NewMemoryInst; in expandPredicationInMemoryIntrinsic()