Searched refs:int64_ty (Results 1 – 2 of 2) sorted by relevance
387 llvm::Type* int64_ty = llvm::Type::getInt64Ty(context); in SetAlignmentMetadataForLoad() local389 llvm::ConstantInt::get(int64_ty, alignment); in SetAlignmentMetadataForLoad()400 llvm::Type* int64_ty = llvm::Type::getInt64Ty(context); in SetDereferenceableMetadataForLoad() local402 llvm::ConstantInt::get(int64_ty, dereferenceable_bytes); in SetDereferenceableMetadataForLoad()676 llvm::Type* int64_ty = b->getInt64Ty(); in UMulLowHigh32() local677 src0 = b->CreateZExt(src0, int64_ty); in UMulLowHigh32()678 src1 = b->CreateZExt(src1, int64_ty); in UMulLowHigh32()
1654 llvm::Type* int64_ty = b_->getInt64Ty(); in MakePhiloxRngElementGenerator() local1656 llvm::Type* raw_value_ty = elems_per_sample == 2 ? int64_ty : int32_ty; in MakePhiloxRngElementGenerator()