Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:zext

1037         APInt NewRHS = RHS->getValue().zext(SrcBits);
1125 // If the LHS is an AND of a zext, and we have an equality compare, we can
1572 if (LHSCI->getOpcode() != Instruction::ZExt &&
1586 // and the other is a zext), then we can't handle this.
1732 Value *ZExt = Builder->CreateZExt(Add, OrigAdd->getType());
1736 IC.ReplaceInstUsesWith(*OrigAdd, ZExt);
2601 APInt CmpV = Cst1->getValue().zext(ASize);