Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateZExt

855       Value *LCast = Builder->CreateZExt(LHS, CI.getType(), LHS->getName());
856 Value *RCast = Builder->CreateZExt(RHS, CI.getType(), RHS->getName());
892 Value *New = Builder->CreateZExt(X, CI.getType());