Home
last modified time | relevance | path

Searched refs:CountExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5674 const MCExpr *CountExpr; in parseDirectiveRept() local
5676 if (parseExpression(CountExpr)) in parseDirectiveRept()
5680 if (!CountExpr->evaluateAsAbsolute(Count, getStreamer().getAssemblerPtr())) { in parseDirectiveRept()
H A DMasmParser.cpp6949 const MCExpr *CountExpr; in parseDirectiveRepeat() local
6951 if (parseExpression(CountExpr)) in parseDirectiveRepeat()
6955 if (!CountExpr->evaluateAsAbsolute(Count, getStreamer().getAssemblerPtr())) { in parseDirectiveRepeat()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8277 const Expr *CountExpr = OASE->getLength(); in generateInfoForComponentList() local
8279 if (!CountExpr) { in generateInfoForComponentList()
8305 Count = CGF.EmitScalarExpr(CountExpr); in generateInfoForComponentList()