Searched refs:Bitcasts (Results 1 – 4 of 4) sorted by relevance
578 SmallVector<Instruction *, 2> Bitcasts; in findAllocas() local585 Bitcasts.push_back(Bitcast); in findAllocas()593 Bitcasts.clear(); in findAllocas()599 if (Bitcasts.empty()) in findAllocas()604 for (unsigned I = 0, E = Bitcasts.size(); I != E; ++I) { in findAllocas()605 Instruction *BitcastAddr = Bitcasts[I]; in findAllocas()
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
1411 // Bitcasts are nops