Searched refs:NewPtrType (Results 1 – 2 of 2) sorted by relevance
574 Type *NewPtrType = PointerType::getWithSamePointeeType( in cloneInstructionWithNewAddressSpace() local583 if (Src->getType() != NewPtrType) in cloneInstructionWithNewAddressSpace()584 return new BitCastInst(Src, NewPtrType); in cloneInstructionWithNewAddressSpace()629 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace()633 PHINode *NewPHI = PHINode::Create(NewPtrType, PHI->getNumIncomingValues()); in cloneInstructionWithNewAddressSpace()656 if (Src->getType() == NewPtrType) in cloneInstructionWithNewAddressSpace()662 return CastInst::CreatePointerBitCastOrAddrSpaceCast(Src, NewPtrType); in cloneInstructionWithNewAddressSpace()
173 Type *NewPtrType = in scalarizeMaskedLoad() local175 Value *FirstEltPtr = Builder.CreateBitCast(Ptr, NewPtrType); in scalarizeMaskedLoad()312 Type *NewPtrType = in scalarizeMaskedStore() local314 Value *FirstEltPtr = Builder.CreateBitCast(Ptr, NewPtrType); in scalarizeMaskedStore()