Searched refs:ConstCoeff (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1050 APInt ConstCoeff = cast<SCEVConstant>(Coeff)->getValue()->getValue(); local
1053 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder);
1177 const SCEVConstant *ConstCoeff = dyn_cast<SCEVConstant>(Coeff); local
1178 if (!ConstCoeff)
1182 if (SE->isKnownNegative(ConstCoeff)) {
1183 ConstCoeff = dyn_cast<SCEVConstant>(SE->getNegativeSCEV(ConstCoeff));
1184 assert(ConstCoeff &&
1185 "dynamic cast of negative of ConstCoeff should yield constant");
1188 assert(SE->isKnownPositive(ConstCoeff)
1611 const SCEVConstant *ConstCoeff = dyn_cast<SCEVConstant>(DstCoeff); local
1721 const SCEVConstant *ConstCoeff = dyn_cast<SCEVConstant>(SrcCoeff); local
2345 APInt ConstCoeff = Constant->getValue()->getValue(); local
2363 APInt ConstCoeff = Constant->getValue()->getValue(); local
2380 APInt ConstCoeff = Constant->getValue()->getValue(); local
[all...]

Completed in 51 milliseconds