HomeSort by relevance Sort by last modified time
    Searched refs:int64_ty (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.cc 387 llvm::Type* int64_ty = llvm::Type::getInt64Ty(context); local
389 llvm::ConstantInt::get(int64_ty, alignment);
400 llvm::Type* int64_ty = llvm::Type::getInt64Ty(context); local
402 llvm::ConstantInt::get(int64_ty, dereferenceable_bytes);
676 llvm::Type* int64_ty = b->getInt64Ty(); local
677 src0 = b->CreateZExt(src0, int64_ty);
678 src1 = b->CreateZExt(src1, int64_ty);
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 1654 llvm::Type* int64_ty = b_->getInt64Ty(); local
    [all...]

Completed in 2011 milliseconds