Home
last modified time | relevance | path

Searched refs:RecQ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1592 SimplifyQuery RecQ = Q.getWithoutCondContext(); in computeKnownBitsFromOperator() local
1593 RecQ.CxtI = P; in computeKnownBitsFromOperator()
1594 computeKnownBits(R, DemandedElts, Known2, RecQ, Depth + 1); in computeKnownBitsFromOperator()
1628 SimplifyQuery RecQ = Q.getWithoutCondContext(); in computeKnownBitsFromOperator() local
1636 RecQ.CxtI = RInst; in computeKnownBitsFromOperator()
1637 computeKnownBits(R, DemandedElts, Known2, RecQ, Depth + 1); in computeKnownBitsFromOperator()
1641 RecQ.CxtI = LInst; in computeKnownBitsFromOperator()
1642 computeKnownBits(L, DemandedElts, Known3, RecQ, Depth + 1); in computeKnownBitsFromOperator()
1724 SimplifyQuery RecQ = Q.getWithoutCondContext().getWithInstruction(CxtI); in computeKnownBitsFromOperator() local
1732 computeKnownBits(IncValue, DemandedElts, Known2, RecQ, in computeKnownBitsFromOperator()
[all …]