Searched refs:root_is_integral (Results 1 – 1 of 1) sorted by relevance
1388 bool root_is_integral = ShapeUtil::ElementIsIntegral(root_shape); in MatchReductionGenerator() local1415 return [root_is_integral](llvm::IRBuilder<>* b, llvm::Value* lhs, in MatchReductionGenerator()1417 return root_is_integral ? b->CreateAdd(lhs, rhs) in MatchReductionGenerator()1422 return [root_is_integral](llvm::IRBuilder<>* b, llvm::Value* lhs, in MatchReductionGenerator()1424 return root_is_integral ? b->CreateMul(lhs, rhs) in MatchReductionGenerator()