reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
912 assert(To && From && "Invalid allocation object"); 913 Allocas[From] = To; 922 if (From->getType() != To->getType()) { 923 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); 929 MergedAllocas.insert(From); 946 AllocaInst *FromAI = const_cast<AllocaInst *>(From);