Lines Matching defs:i64
98 auto i64 = IntegerType::get(ctx, 64);
100 return FunctionType::get(ctx, {i64}, {value});
104 auto i64 = IntegerType::get(ctx, 64);
105 return FunctionType::get(ctx, {i64}, {GroupType::get(ctx)});
166 auto i64 = IntegerType::get(ctx, 64);
168 {i64});
374 // Get coroutine frame size: @llvm.coro.size.i64.
377 // Get coroutine frame alignment: @llvm.coro.align.i64.
598 auto i64 = rewriter.getI64Type();
605 // %SizeI = ptrtoint %T* %Size to i64
610 return rewriter.create<LLVM::PtrToIntOp>(loc, i64, gep);