Searched refs:Bitcasts (Results 1 – 4 of 4) sorted by relevance
577 SmallVector<Instruction *, 2> Bitcasts; in findAllocas() local584 Bitcasts.push_back(Bitcast); in findAllocas()592 Bitcasts.clear(); in findAllocas()598 if (Bitcasts.empty()) in findAllocas()603 for (unsigned I = 0, E = Bitcasts.size(); I != E; ++I) { in findAllocas()604 Instruction *BitcastAddr = Bitcasts[I]; in findAllocas()1100 DenseMap<Value *, Value *> Bitcasts; in insertLifetimeMarkersSurroundingCall() local1110 Value *&MemAsI8Ptr = Bitcasts[Mem]; in insertLifetimeMarkersSurroundingCall()
244 // Bitcasts between same-size vector types are no-ops, except for the
364 // Bitcasts between same-size vector types are no-ops, except for the
1290 // Bitcasts are nops