Searched refs:SingleElement (Results 1 – 2 of 2) sorted by relevance
188 if (const APFloat *SingleElement = in makeAllowedFCmpRegion() local190 const fltSemantics &Sem = SingleElement->getSemantics(); in makeAllowedFCmpRegion()191 if (SingleElement->isPosInfinity()) in makeAllowedFCmpRegion()196 if (SingleElement->isNegInfinity()) in makeAllowedFCmpRegion()
18763 ASTContext &Context, const ArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument18773 SingleElement = true; in checkOMPArraySectionConstantForReduction()18781 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()18816 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()19197 bool SingleElement; in actOnOMPReductionKindClause() local19200 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()19203 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()