reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
833 if (const Instruction *I = dyn_cast<Instruction>(V)) { 837 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(V)) || 842 } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(V)) { 847 if (PointerType *Ty = dyn_cast<PointerType>(V->getType())) 874 const AllocaInst *A = cast<AllocaInst>(V); 957 GEPs.push_back(V); 963 V = GEP; 984 return handleConstantAddresses(V, AM);