Lines Matching refs:getAPInt
520 APInt Xtop = C1B2_C2B1->getAPInt(); in intersectConstraints()
521 APInt Xbot = A1B2_A2B1->getAPInt(); in intersectConstraints()
522 APInt Ytop = C1A2_C2A1->getAPInt(); in intersectConstraints()
523 APInt Ybot = A2B1_A1B2->getAPInt(); in intersectConstraints()
547 const APInt &UpperBound = CUB->getAPInt(); in intersectConstraints()
1183 APInt ConstDelta = cast<SCEVConstant>(Delta)->getAPInt(); in strongSIVtest()
1184 APInt ConstCoeff = cast<SCEVConstant>(Coeff)->getAPInt(); in strongSIVtest()
1371 APInt APDelta = ConstDelta->getAPInt(); in weakCrossingSIVtest()
1372 APInt APCoeff = ConstCoeff->getAPInt(); in weakCrossingSIVtest()
1505 APInt AM = ConstSrcCoeff->getAPInt(); in exactSIVtest()
1506 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest()
1508 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactSIVtest()
1523 UM = CUB->getAPInt(); in exactSIVtest()
1651 const APInt &ConstDividend = Dividend->getAPInt(); in isRemainderZero()
1652 const APInt &ConstDivisor = Divisor->getAPInt(); in isRemainderZero()
1904 APInt AM = ConstSrcCoeff->getAPInt(); in exactRDIVtest()
1905 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest()
1907 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactRDIVtest()
1921 SrcUM = UpperBound->getAPInt(); in exactRDIVtest()
1931 DstUM = UpperBound->getAPInt(); in exactRDIVtest()
2335 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2354 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2378 APInt ConstOpValue = ConstOp->getAPInt(); in gcdMIVtest()
2388 APInt ConstDelta = cast<SCEVConstant>(Constant)->getAPInt(); in gcdMIVtest()
2435 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2452 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2465 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
3118 APInt Beta = Bconst->getAPInt(); in propagateLine()
3119 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3133 APInt Alpha = Aconst->getAPInt(); in propagateLine()
3134 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3147 APInt Alpha = Aconst->getAPInt(); in propagateLine()
3148 APInt Charlie = Cconst->getAPInt(); in propagateLine()