Searched refs:RecQ (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1438 SimplifyQuery RecQ = Q.getWithoutCondContext(); in computeKnownBitsFromOperator() local 1439 RecQ.CxtI = P; in computeKnownBitsFromOperator() 1440 computeKnownBits(R, DemandedElts, Known2, Depth + 1, RecQ); in computeKnownBitsFromOperator() 1471 SimplifyQuery RecQ = Q.getWithoutCondContext(); in computeKnownBitsFromOperator() local 1479 RecQ.CxtI = RInst; in computeKnownBitsFromOperator() 1480 computeKnownBits(R, DemandedElts, Known2, Depth + 1, RecQ); in computeKnownBitsFromOperator() 1484 RecQ.CxtI = LInst; in computeKnownBitsFromOperator() 1485 computeKnownBits(L, DemandedElts, Known3, Depth + 1, RecQ); in computeKnownBitsFromOperator() 1549 SimplifyQuery RecQ = Q.getWithoutCondContext(); in computeKnownBitsFromOperator() local 1550 RecQ.CxtI = P->getIncomingBlock(u)->getTerminator(); in computeKnownBitsFromOperator() [all …]
|