reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
416 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) || 416 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) || 417 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V))); 417 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));