Lines Matching defs:RecQ
1438 SimplifyQuery RecQ = Q.getWithoutCondContext();
1439 RecQ.CxtI = P;
1440 computeKnownBits(R, DemandedElts, Known2, Depth + 1, RecQ);
1471 SimplifyQuery RecQ = Q.getWithoutCondContext();
1479 RecQ.CxtI = RInst;
1480 computeKnownBits(R, DemandedElts, Known2, Depth + 1, RecQ);
1484 RecQ.CxtI = LInst;
1485 computeKnownBits(L, DemandedElts, Known3, Depth + 1, RecQ);
1549 SimplifyQuery RecQ = Q.getWithoutCondContext();
1550 RecQ.CxtI = P->getIncomingBlock(u)->getTerminator();
1559 MaxAnalysisRecursionDepth - 1, RecQ);
1568 if (match(RecQ.CxtI,
2332 SimplifyQuery RecQ = Q.getWithoutCondContext();
2335 if (isPowerOfTwoRecurrence(PN, OrZero, Depth, RecQ))
2348 RecQ.CxtI = PN->getIncomingBlock(U)->getTerminator();
2349 return isKnownToBeAPowerOfTwo(U.get(), OrZero, NewDepth, RecQ);
2946 SimplifyQuery RecQ = Q.getWithoutCondContext();
2951 RecQ.CxtI = PN->getIncomingBlock(U)->getTerminator();
2956 if (match(RecQ.CxtI,
2969 return isKnownNonZero(U.get(), DemandedElts, RecQ, NewDepth);
3512 SimplifyQuery RecQ = Q.getWithoutCondContext();
3513 RecQ.CxtI = IncomBB->getTerminator();
3514 if (!isKnownNonEqual(IV1, IV2, DemandedElts, Depth + 1, RecQ))
4004 SimplifyQuery RecQ = Q.getWithoutCondContext();
4008 RecQ.CxtI = PN->getIncomingBlock(i)->getTerminator();
4010 DemandedElts, Depth + 1, RecQ));