Searched refs:NewPtrType (Results 1 – 2 of 2) sorted by relevance
540 Type *NewPtrType = in cloneInstructionWithNewAddressSpace() local549 if (Src->getType() != NewPtrType) in cloneInstructionWithNewAddressSpace()550 return new BitCastInst(Src, NewPtrType); in cloneInstructionWithNewAddressSpace()593 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace()597 PHINode *NewPHI = PHINode::Create(NewPtrType, PHI->getNumIncomingValues()); in cloneInstructionWithNewAddressSpace()621 if (Src->getType() != NewPtrType) in cloneInstructionWithNewAddressSpace()622 return new BitCastInst(Src, NewPtrType); in cloneInstructionWithNewAddressSpace()
176 Type *NewPtrType = in scalarizeMaskedLoad() local178 Value *FirstEltPtr = Builder.CreateBitCast(Ptr, NewPtrType); in scalarizeMaskedLoad()315 Type *NewPtrType = in scalarizeMaskedStore() local317 Value *FirstEltPtr = Builder.CreateBitCast(Ptr, NewPtrType); in scalarizeMaskedStore()