reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1362 PtrOperand = LI->getPointerOperand(); 1368 PtrOperand = SI->getPointerOperand(); 1374 PtrOperand = RMW->getPointerOperand(); 1380 PtrOperand = XCHG->getPointerOperand(); 1408 PtrOperand = BasePtr; 1412 if (PtrOperand) { 1415 Type *PtrTy = cast<PointerType>(PtrOperand->getType()->getScalarType()); 1423 if (PtrOperand->isSwiftError()) 1431 if (auto AI = dyn_cast_or_null<AllocaInst>(PtrOperand)) 1434 return PtrOperand;