Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc542 llvm::Type* llvm_ty = a->getType(); in EmitComplexUnaryOp() local
543 auto one = llvm::ConstantFP::get(llvm_ty, 1.0); in EmitComplexUnaryOp()
549 auto one_half = llvm::ConstantFP::get(llvm_ty, 0.5); in EmitComplexUnaryOp()