Searched refs:Bitcasts (Results 1 – 4 of 4) sorted by relevance
530 SmallVector<Instruction *, 2> Bitcasts; in findAllocas() local537 Bitcasts.push_back(Bitcast); in findAllocas()545 Bitcasts.clear(); in findAllocas()551 if (Bitcasts.empty()) in findAllocas()556 for (unsigned I = 0, E = Bitcasts.size(); I != E; ++I) { in findAllocas()557 Instruction *BitcastAddr = Bitcasts[I]; in findAllocas()1017 DenseMap<Value *, Value *> Bitcasts; in insertLifetimeMarkersSurroundingCall() local1027 Value *&MemAsI8Ptr = Bitcasts[Mem]; in insertLifetimeMarkersSurroundingCall()
161 // Bitcasts between same-size vector types are no-ops, except for the
347 // Bitcasts between same-size vector types are no-ops, except for the
887 // Bitcasts are nops