reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
222 if (GN.Flags & GepNode::Root) { 226 if (GN.Flags & GepNode::Internal) { 232 if (GN.Flags & GepNode::Used) { 237 if (GN.Flags & GepNode::InBounds) { 243 if (GN.Flags & GepNode::Root) 244 OS << "BaseVal:" << GN.BaseVal->getName() << '(' << GN.BaseVal << ')'; 244 OS << "BaseVal:" << GN.BaseVal->getName() << '(' << GN.BaseVal << ')'; 246 OS << "Parent:" << GN.Parent; 249 if (ConstantInt *CI = dyn_cast<ConstantInt>(GN.Idx)) 251 else if (GN.Idx->hasName()) 252 OS << GN.Idx->getName(); 254 OS << "<anon> =" << *GN.Idx; 257 if (GN.PTy->isStructTy()) { 258 StructType *STy = cast<StructType>(GN.PTy); 260 OS << GN.PTy->getStructName(); 265 OS << *GN.PTy;