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