Home
last modified time | relevance | path

Searched refs:getResultAsAPSInt (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp421 llvm::APSInt SecondValue = CASA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs()
423 FirstValue = CAFA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs()
H A DSemaOpenACC.cpp258 if (cast<ConstantExpr>(Old->getLoopCount())->getResultAsAPSInt() < in getBestCollapseCandidate()
259 cast<ConstantExpr>(New->getLoopCount())->getResultAsAPSInt()) in getBestCollapseCandidate()
323 cast<ConstantExpr>(FoundClause->getLoopCount())->getResultAsAPSInt(); in SetCollapseInfoBeforeAssociatedStmt()
H A DSemaOpenACCClause.cpp2115 DimVal && DimVal->getResultAsAPSInt() > 1) { in CheckGangClause()
2152 DimVal && DimVal->getResultAsAPSInt() > 1) { in CheckReductionClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp798 llvm::APSInt ArgVal = CE->getResultAsAPSInt(); in push()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4572 auto Index = CE->getResultAsAPSInt(); in getSelectedIndex()
H A DExpr.h1159 llvm::APSInt getResultAsAPSInt() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4177 auto Index = CE->getResultAsAPSInt(); in getSelectedIndex()
H A DExpr.cpp400 llvm::APSInt ConstantExpr::getResultAsAPSInt() const { in getResultAsAPSInt() function in ConstantExpr
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp32 return CE->getResultAsAPSInt().getBoolValue(); in getBoolValue()