Searched refs:Bitcasts (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp530 SmallVector<Instruction *, 2> Bitcasts; local
537 Bitcasts.push_back(Bitcast);
545 Bitcasts.clear();
551 if (Bitcasts.empty())
556 for (unsigned I = 0, E = Bitcasts.size(); I != E; ++I) {
557 Instruction *BitcastAddr = Bitcasts[I];
1017 DenseMap<Value *, Value *> Bitcasts; local
1027 Value *&MemAsI8Ptr = Bitcasts[Mem];

Completed in 53 milliseconds