Searched refs:OpenACCReductionOperator (Results 1 – 2 of 2) sorted by relevance
288 return OpenACCReductionOperator::Invalid; in ParseReductionOperator()297 return OpenACCReductionOperator::Addition; in ParseReductionOperator()299 return OpenACCReductionOperator::Multiplication; in ParseReductionOperator()301 return OpenACCReductionOperator::BitwiseAnd; in ParseReductionOperator()303 return OpenACCReductionOperator::BitwiseOr; in ParseReductionOperator()305 return OpenACCReductionOperator::BitwiseXOr; in ParseReductionOperator()307 return OpenACCReductionOperator::And; in ParseReductionOperator()309 return OpenACCReductionOperator::Or; in ParseReductionOperator()312 return OpenACCReductionOperator::Max; in ParseReductionOperator()314 return OpenACCReductionOperator::Min; in ParseReductionOperator()[all …]
377 enum class OpenACCReductionOperator { enum