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