HomeSort by relevance Sort by last modified time
    Searched refs:InputDemandedBits (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 491 APInt InputDemandedBits = DemandedMask &
498 InputDemandedBits.setBit(SrcBitWidth-1);
500 InputDemandedBits = InputDemandedBits.trunc(SrcBitWidth);
503 if (SimplifyDemandedBits(I->getOperandUse(0), InputDemandedBits, KnownZero,
506 InputDemandedBits = InputDemandedBits.zext(BitWidth);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 191 milliseconds