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