Searched refs:NewPtrType (Results 1 – 2 of 2) sorted by relevance
156 Type *NewPtrType = in scalarizeMaskedLoad() local158 Value *FirstEltPtr = Builder.CreateBitCast(Ptr, NewPtrType); in scalarizeMaskedLoad()280 Type *NewPtrType = in scalarizeMaskedStore() local282 Value *FirstEltPtr = Builder.CreateBitCast(Ptr, NewPtrType); in scalarizeMaskedStore()
447 Type *NewPtrType = in cloneInstructionWithNewAddressSpace() local456 if (Src->getType() != NewPtrType) in cloneInstructionWithNewAddressSpace()457 return new BitCastInst(Src, NewPtrType); in cloneInstructionWithNewAddressSpace()473 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace()477 PHINode *NewPHI = PHINode::Create(NewPtrType, PHI->getNumIncomingValues()); in cloneInstructionWithNewAddressSpace()