Home | History | Annotate | Download | only in GlobalOpt

Lines Matching full:i64

3 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
16 %1 = load i32* getelementptr inbounds (%struct.hashheader* @hashheader, i64 0, i32 13), align 8 ; <i32> [#uses=1]
17 %2 = sext i32 %1 to i64 ; <i64> [#uses=1]
18 %3 = mul i64 %2, ptrtoint (%struct.strchartype* getelementptr (%struct.strchartype* null, i64 1) to i64) ; <i64> [#uses=1]
19 %4 = tail call i8* @malloc(i64 %3) ; <i8*> [#uses=1]
20 ; CHECK: call i8* @malloc(i64
26 declare noalias i8* @malloc(i64)