search for: call64

Displaying 1 result from an estimated 1 matches for "call64".

Did you mean: call4
2012 Apr 01
1
[LLVMdev] Create Instruction
...call i32 %9(%class.A* %call3, i32 2) ... And I want to get something like this: ... %11 = icmp eq i32 (%class.D*, i32)* %10, @_ZThn4_N1D1xEi br i1 %11, label %12, label %14 ; <label>:12 ; preds = %7 %13 = bitcast %class.A* %call3 to %class.D* %call64 = call i32 @_ZThn4_N1D1xEi(%class.D* %13, i32 2) // this one should be called instead of original in true-block of icmp br label %15 ; <label>:14 ; preds = %7 %call6 = call i32 %9(%class.A* %call3, i32 2) // this is my instruction...