Lines Matching refs:getAPInt
504 APInt Xtop = C1B2_C2B1->getAPInt(); in intersectConstraints()
505 APInt Xbot = A1B2_A2B1->getAPInt(); in intersectConstraints()
506 APInt Ytop = C1A2_C2A1->getAPInt(); in intersectConstraints()
507 APInt Ybot = A2B1_A1B2->getAPInt(); in intersectConstraints()
531 APInt UpperBound = CUB->getAPInt(); in intersectConstraints()
1118 APInt ConstDelta = cast<SCEVConstant>(Delta)->getAPInt(); in strongSIVtest()
1119 APInt ConstCoeff = cast<SCEVConstant>(Coeff)->getAPInt(); in strongSIVtest()
1310 APInt APDelta = ConstDelta->getAPInt(); in weakCrossingSIVtest()
1311 APInt APCoeff = ConstCoeff->getAPInt(); in weakCrossingSIVtest()
1465 APInt AM = ConstSrcCoeff->getAPInt(); in exactSIVtest()
1466 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest()
1468 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactSIVtest()
1483 UM = CUB->getAPInt(); in exactSIVtest()
1611 APInt ConstDividend = Dividend->getAPInt(); in isRemainderZero()
1612 APInt ConstDivisor = Divisor->getAPInt(); in isRemainderZero()
1869 APInt AM = ConstSrcCoeff->getAPInt(); in exactRDIVtest()
1870 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest()
1872 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactRDIVtest()
1886 SrcUM = UpperBound->getAPInt(); in exactRDIVtest()
1896 DstUM = UpperBound->getAPInt(); in exactRDIVtest()
2309 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2330 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2354 APInt ConstOpValue = ConstOp->getAPInt(); in gcdMIVtest()
2364 APInt ConstDelta = cast<SCEVConstant>(Constant)->getAPInt(); in gcdMIVtest()
2412 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2430 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2447 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
3110 APInt Beta = Bconst->getAPInt(); in propagateLine()
3111 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3125 APInt Alpha = Aconst->getAPInt(); in propagateLine()
3126 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3139 APInt Alpha = Aconst->getAPInt(); in propagateLine()
3140 APInt Charlie = Cconst->getAPInt(); in propagateLine()