Lines Matching defs:getReductionInitValue
930 static R getReductionInitValue(mlir::acc::ReductionOperator op, mlir::Type ty) {
984 static mlir::Value getReductionInitValue(fir::FirOpBuilder &builder,
1001 builder.getIntegerAttr(ty, getReductionInitValue<llvm::APInt>(op, ty)));
1011 getReductionInitValue<llvm::APFloat>(op, ty)));
1015 builder.getFloatAttr(ty, getReductionInitValue<int64_t>(op, ty)));
1019 loc, floatTy, getReductionInitValue<int64_t>(op, cmplxTy));
1026 return getReductionInitValue(builder, loc, seqTy.getEleTy(), op);
1029 return getReductionInitValue(builder, loc, boxTy.getEleTy(), op);
1032 return getReductionInitValue(builder, loc, heapTy.getEleTy(), op);
1035 return getReductionInitValue(builder, loc, ptrTy.getEleTy(), op);
1044 mlir::Value initValue = getReductionInitValue(builder, loc, ty, op);