Lines Matching refs:getAPInt

499       APInt Xtop = C1B2_C2B1->getAPInt();  in intersectConstraints()
500 APInt Xbot = A1B2_A2B1->getAPInt(); in intersectConstraints()
501 APInt Ytop = C1A2_C2A1->getAPInt(); in intersectConstraints()
502 APInt Ybot = A2B1_A1B2->getAPInt(); in intersectConstraints()
526 const APInt &UpperBound = CUB->getAPInt(); in intersectConstraints()
1104 APInt ConstDelta = cast<SCEVConstant>(Delta)->getAPInt(); in strongSIVtest()
1105 APInt ConstCoeff = cast<SCEVConstant>(Coeff)->getAPInt(); in strongSIVtest()
1292 APInt APDelta = ConstDelta->getAPInt(); in weakCrossingSIVtest()
1293 APInt APCoeff = ConstCoeff->getAPInt(); in weakCrossingSIVtest()
1439 APInt AM = ConstSrcCoeff->getAPInt(); in exactSIVtest()
1440 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest()
1442 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactSIVtest()
1457 UM = CUB->getAPInt(); in exactSIVtest()
1585 const APInt &ConstDividend = Dividend->getAPInt(); in isRemainderZero()
1586 const APInt &ConstDivisor = Divisor->getAPInt(); in isRemainderZero()
1838 APInt AM = ConstSrcCoeff->getAPInt(); in exactRDIVtest()
1839 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest()
1841 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactRDIVtest()
1855 SrcUM = UpperBound->getAPInt(); in exactRDIVtest()
1865 DstUM = UpperBound->getAPInt(); in exactRDIVtest()
2269 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2288 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2312 APInt ConstOpValue = ConstOp->getAPInt(); in gcdMIVtest()
2322 APInt ConstDelta = cast<SCEVConstant>(Constant)->getAPInt(); in gcdMIVtest()
2369 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2386 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2399 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
3045 APInt Beta = Bconst->getAPInt(); in propagateLine()
3046 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3060 APInt Alpha = Aconst->getAPInt(); in propagateLine()
3061 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3074 APInt Alpha = Aconst->getAPInt(); in propagateLine()
3075 APInt Charlie = Cconst->getAPInt(); in propagateLine()