Home
last modified time | relevance | path

Searched refs:SingleElement (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFPRange.cpp188 if (const APFloat *SingleElement = in makeAllowedFCmpRegion() local
190 const fltSemantics &Sem = SingleElement->getSemantics(); in makeAllowedFCmpRegion()
191 if (SingleElement->isPosInfinity()) in makeAllowedFCmpRegion()
196 if (SingleElement->isNegInfinity()) in makeAllowedFCmpRegion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18763 ASTContext &Context, const ArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
18773 SingleElement = true; in checkOMPArraySectionConstantForReduction()
18781 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
18816 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()
19197 bool SingleElement; in actOnOMPReductionKindClause() local
19200 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
19203 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()