reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3733 if (IsSExt && isa<SExtInst>(Inst)) 3740 ((!IsSExt && BinOp->hasNoUnsignedWrap()) || 3741 (IsSExt && BinOp->hasNoSignedWrap()))) 3762 if (Inst->getOpcode() == Instruction::LShr && !IsSExt) 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)))