Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Val0

1942     Value *Val0 = Builder.CreateExtractValue(Val, 1);
1944 Val0 = Builder.CreateZExt(Val0, Int64Ty);
1948 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */);