reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3800 if (!Opnd) 3807 const Type *OpndType = getOrigType(PromotedInsts, Opnd, IsSExt); 3810 else if ((IsSExt && isa<SExtInst>(Opnd)) || (!IsSExt && isa<ZExtInst>(Opnd))) 3810 else if ((IsSExt && isa<SExtInst>(Opnd)) || (!IsSExt && isa<ZExtInst>(Opnd))) 3811 OpndType = Opnd->getOperand(0)->getType();