Lines Matching defs:Int64Ty
142 Type *Int64Ty = Builder.getInt64Ty();
145 Value *CyclesStart = Builder.CreateLoad(Int64Ty, CyclesTotalStartPtr, true);
147 Value *CyclesInScops = Builder.CreateLoad(Int64Ty, CyclesInScopsPtr, true);
180 Type *Int64Ty = Builder.getInt64Ty();
182 Builder.CreateLoad(Int64Ty, this->CyclesInCurrentScopPtr, true);
185 Builder.CreateLoad(Int64Ty, this->TripCountForCurrentScopPtr, true);
283 Type *Int64Ty = Builder.getInt64Ty();
285 Builder.CreateLoad(Int64Ty, CyclesInScopStartPtr, true);
289 Value *CyclesInScops = Builder.CreateLoad(Int64Ty, CyclesInScopsPtr, true);
294 Builder.CreateLoad(Int64Ty, CyclesInCurrentScopPtr, true);
299 Builder.CreateLoad(Int64Ty, TripCountForCurrentScopPtr, true);