Searched refs:EmitComplexBinaryOp (Results 1 – 2 of 2) sorted by relevance
94 virtual StatusOr<llvm::Value*> EmitComplexBinaryOp(const HloInstruction* op,
693 return EmitComplexBinaryOp(op, lhs_value, rhs_value); in EmitBinaryOp()794 StatusOr<llvm::Value*> ElementalIrEmitter::EmitComplexBinaryOp( in EmitComplexBinaryOp() function in xla::ElementalIrEmitter