Lines Matching +defs:B +defs:Q
1499 APInt Q = G0; // these need to be initialized in findGCD() local
1521 static APInt floorOfQuotient(const APInt &A, const APInt &B) { in floorOfQuotient()
1522 APInt Q = A; // these need to be initialized in floorOfQuotient() local
1534 static APInt ceilingOfQuotient(const APInt &A, const APInt &B) { in ceilingOfQuotient()
1535 APInt Q = A; // these need to be initialized in ceilingOfQuotient() local
2615 CoefficientInfo *B = collectCoeffInfo(Dst, false, B0); in banerjeeMIVtest() local
2686 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2831 void DependenceInfo::findBoundsALL(CoefficientInfo *A, CoefficientInfo *B, in findBoundsALL()
2870 void DependenceInfo::findBoundsEQ(CoefficientInfo *A, CoefficientInfo *B, in findBoundsEQ()
2910 void DependenceInfo::findBoundsLT(CoefficientInfo *A, CoefficientInfo *B, in findBoundsLT()
2954 void DependenceInfo::findBoundsGT(CoefficientInfo *A, CoefficientInfo *B, in findBoundsGT()
3208 const SCEV *B = CurConstraint.getB(); in propagateLine() local