Lines Matching refs:getAPInt

507       APInt Xtop = C1B2_C2B1->getAPInt();  in intersectConstraints()
508 APInt Xbot = A1B2_A2B1->getAPInt(); in intersectConstraints()
509 APInt Ytop = C1A2_C2A1->getAPInt(); in intersectConstraints()
510 APInt Ybot = A2B1_A1B2->getAPInt(); in intersectConstraints()
534 const APInt &UpperBound = CUB->getAPInt(); in intersectConstraints()
1177 APInt ConstDelta = cast<SCEVConstant>(Delta)->getAPInt(); in strongSIVtest()
1178 APInt ConstCoeff = cast<SCEVConstant>(Coeff)->getAPInt(); in strongSIVtest()
1365 APInt APDelta = ConstDelta->getAPInt(); in weakCrossingSIVtest()
1366 APInt APCoeff = ConstCoeff->getAPInt(); in weakCrossingSIVtest()
1512 APInt AM = ConstSrcCoeff->getAPInt(); in exactSIVtest()
1513 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest()
1515 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactSIVtest()
1530 UM = CUB->getAPInt(); in exactSIVtest()
1658 const APInt &ConstDividend = Dividend->getAPInt(); in isRemainderZero()
1659 const APInt &ConstDivisor = Divisor->getAPInt(); in isRemainderZero()
1911 APInt AM = ConstSrcCoeff->getAPInt(); in exactRDIVtest()
1912 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest()
1914 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactRDIVtest()
1928 SrcUM = UpperBound->getAPInt(); in exactRDIVtest()
1938 DstUM = UpperBound->getAPInt(); in exactRDIVtest()
2342 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2361 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2385 APInt ConstOpValue = ConstOp->getAPInt(); in gcdMIVtest()
2395 APInt ConstDelta = cast<SCEVConstant>(Constant)->getAPInt(); in gcdMIVtest()
2442 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2459 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
2472 APInt ConstCoeff = Constant->getAPInt(); in gcdMIVtest()
3125 APInt Beta = Bconst->getAPInt(); in propagateLine()
3126 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3140 APInt Alpha = Aconst->getAPInt(); in propagateLine()
3141 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3154 APInt Alpha = Aconst->getAPInt(); in propagateLine()
3155 APInt Charlie = Cconst->getAPInt(); in propagateLine()