Searched refs:getResultAsAPSInt (Results 1 – 9 of 9) sorted by relevance
421 llvm::APSInt SecondValue = CASA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs()423 FirstValue = CAFA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs()
258 if (cast<ConstantExpr>(Old->getLoopCount())->getResultAsAPSInt() < in getBestCollapseCandidate()259 cast<ConstantExpr>(New->getLoopCount())->getResultAsAPSInt()) in getBestCollapseCandidate()323 cast<ConstantExpr>(FoundClause->getLoopCount())->getResultAsAPSInt(); in SetCollapseInfoBeforeAssociatedStmt()
2115 DimVal && DimVal->getResultAsAPSInt() > 1) { in CheckGangClause()2152 DimVal && DimVal->getResultAsAPSInt() > 1) { in CheckReductionClause()
798 llvm::APSInt ArgVal = CE->getResultAsAPSInt(); in push()
4572 auto Index = CE->getResultAsAPSInt(); in getSelectedIndex()
1159 llvm::APSInt getResultAsAPSInt() const;
4177 auto Index = CE->getResultAsAPSInt(); in getSelectedIndex()
400 llvm::APSInt ConstantExpr::getResultAsAPSInt() const { in getResultAsAPSInt() function in ConstantExpr
32 return CE->getResultAsAPSInt().getBoolValue(); in getBoolValue()