Searched refs:XKnown (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 2465 KnownBits XKnown = computeKnownBits(X, DemandedElts, Depth, Q); in isKnownNonZero() local 2470 if (XKnown.isNonNegative() && YKnown.isNonNegative()) in isKnownNonZero() 2477 if (XKnown.isNegative() && YKnown.isNegative()) { in isKnownNonZero() 2481 if (XKnown.One.intersects(Mask)) in isKnownNonZero() 2490 if (XKnown.isNonNegative() && in isKnownNonZero()
|
| D | InstructionSimplify.cpp | 2154 const KnownBits XKnown = computeKnownBits(X, Q.DL, 0, Q.AC, Q.CxtI, in SimplifyAndInst() local 2156 const unsigned EffWidthX = Width - XKnown.countMinLeadingZeros(); in SimplifyAndInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 1406 KnownBits XKnown = computeKnownBits(X, 0, &Cmp); in foldICmpWithZero() local 1408 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2) in foldICmpWithZero()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 3899 KnownBits XKnown = DAG.computeKnownBits(N0.getOperand(0)); in SimplifySetCC() local 3901 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2) in SimplifySetCC()
|