Searched refs:Ptrcasts (Results 1 – 1 of 1) sorted by relevance
173 DenseMap<Function *, CallInst *> Ptrcasts);182 DenseMap<Function *, CallInst *> Ptrcasts);413 DenseMap<Function *, CallInst *> Ptrcasts) { in replaceUsesOfWithSpvPtrcast() argument416 auto It = Ptrcasts.find(F); in replaceUsesOfWithSpvPtrcast()417 if (It == Ptrcasts.end()) { in replaceUsesOfWithSpvPtrcast()419 Ptrcasts[F] = PtrCastedI; in replaceUsesOfWithSpvPtrcast()429 DenseMap<Function *, CallInst *> Ptrcasts; in propagateElemType() local441 replaceUsesOfWithSpvPtrcast(Op, ElemTy, UI, Ptrcasts); in propagateElemType()449 DenseMap<Function *, CallInst *> Ptrcasts; in propagateElemTypeRec() local451 Ptrcasts); in propagateElemTypeRec()[all …]