Home
last modified time | relevance | path

Searched refs:int64_ty (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc387 llvm::Type* int64_ty = llvm::Type::getInt64Ty(context); in SetAlignmentMetadataForLoad() local
389 llvm::ConstantInt::get(int64_ty, alignment); in SetAlignmentMetadataForLoad()
400 llvm::Type* int64_ty = llvm::Type::getInt64Ty(context); in SetDereferenceableMetadataForLoad() local
402 llvm::ConstantInt::get(int64_ty, dereferenceable_bytes); in SetDereferenceableMetadataForLoad()
676 llvm::Type* int64_ty = b->getInt64Ty(); in UMulLowHigh32() local
677 src0 = b->CreateZExt(src0, int64_ty); in UMulLowHigh32()
678 src1 = b->CreateZExt(src1, int64_ty); in UMulLowHigh32()
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1654 llvm::Type* int64_ty = b_->getInt64Ty(); in MakePhiloxRngElementGenerator() local
1656 llvm::Type* raw_value_ty = elems_per_sample == 2 ? int64_ty : int32_ty; in MakePhiloxRngElementGenerator()