Searched refs:XKnown (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 2423 KnownBits XKnown = computeKnownBits(X, DemandedElts, Depth, Q); in isKnownNonZero() local 2428 if (XKnown.isNonNegative() && YKnown.isNonNegative()) in isKnownNonZero() 2435 if (XKnown.isNegative() && YKnown.isNegative()) { in isKnownNonZero() 2439 if (XKnown.One.intersects(Mask)) in isKnownNonZero() 2448 if (XKnown.isNonNegative() && in isKnownNonZero()
|
| H A D | InstructionSimplify.cpp | 2122 const KnownBits XKnown = computeKnownBits(X, Q.DL, 0, Q.AC, Q.CxtI, in SimplifyAndInst() local 2124 const unsigned EffWidthX = Width - XKnown.countMinLeadingZeros(); in SimplifyAndInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 1383 KnownBits XKnown = computeKnownBits(X, 0, &Cmp); in foldICmpWithZero() local 1385 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2) in foldICmpWithZero()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3874 KnownBits XKnown = DAG.computeKnownBits(N0.getOperand(0)); in SimplifySetCC() local 3876 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2) in SimplifySetCC()
|