reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
73 auto PTy = dyn_cast<PointerType>(allocaInst->getType()); 76 auto NewASCToLocal = new AddrSpaceCastInst(allocaInst, LocalAddrTy, ""); 80 NewASCToLocal->insertAfter(allocaInst); 82 for (Value::use_iterator UI = allocaInst->use_begin(), 83 UE = allocaInst->use_end(); 92 if (LI && LI->getPointerOperand() == allocaInst && 98 if (SI && SI->getPointerOperand() == allocaInst && 104 if (GI && GI->getPointerOperand() == allocaInst) { 109 if (BI && BI->getOperand(0) == allocaInst) {