HomeSort by: relevance | last modified time | path
    Searched defs:DemandedLHS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 158 APInt &DemandedLHS, APInt &DemandedRHS) {
167 DemandedLHS = DemandedRHS = APInt::getNullValue(NumElts);
172 DemandedLHS.setBit(0);
186 DemandedLHS.setBit(M % NumElts);
1662 APInt DemandedLHS, DemandedRHS;
1663 if (!getShuffleDemandedElts(Shuf, DemandedElts, DemandedLHS, DemandedRHS)) {
1669 if (!!DemandedLHS) {
1671 computeKnownBits(LHS, DemandedLHS, Known, Depth + 1, Q);
3107 APInt DemandedLHS, DemandedRHS;
3110 if (!getShuffleDemandedElts(Shuf, DemandedElts, DemandedLHS, DemandedRHS)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 2805 SDValue DemandedLHS = TLI.SimplifyMultipleUseDemandedBits(LHS, Demanded, DAG);
2807 if (DemandedLHS || DemandedRHS)
2809 DemandedLHS ? DemandedLHS : LHS,

Completed in 22 milliseconds