Lines Matching refs:Int64Ty
141 Type *Int64Ty = Builder.getInt64Ty(); in insertFinalReporting() local
144 Value *CyclesStart = Builder.CreateLoad(Int64Ty, CyclesTotalStartPtr, true); in insertFinalReporting()
146 Value *CyclesInScops = Builder.CreateLoad(Int64Ty, CyclesInScopsPtr, true); in insertFinalReporting()
179 Type *Int64Ty = Builder.getInt64Ty(); in AppendScopReporting() local
181 Builder.CreateLoad(Int64Ty, this->CyclesInCurrentScopPtr, true); in AppendScopReporting()
184 Builder.CreateLoad(Int64Ty, this->TripCountForCurrentScopPtr, true); in AppendScopReporting()
282 Type *Int64Ty = Builder.getInt64Ty(); in insertRegionEnd() local
284 Builder.CreateLoad(Int64Ty, CyclesInScopStartPtr, true); in insertRegionEnd()
288 Value *CyclesInScops = Builder.CreateLoad(Int64Ty, CyclesInScopsPtr, true); in insertRegionEnd()
293 Builder.CreateLoad(Int64Ty, CyclesInCurrentScopPtr, true); in insertRegionEnd()
298 Builder.CreateLoad(Int64Ty, TripCountForCurrentScopPtr, true); in insertRegionEnd()