reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3823 assert((isa<SExtInst>(Ext) || isa<ZExtInst>(Ext)) && 3823 assert((isa<SExtInst>(Ext) || isa<ZExtInst>(Ext)) && 3825 Instruction *ExtOpnd = dyn_cast<Instruction>(Ext->getOperand(0)); 3826 Type *ExtTy = Ext->getType(); 3827 bool IsSExt = isa<SExtInst>(Ext);