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 454 APInt InputDemandedBits = DemandedMask &
461 InputDemandedBits.setBit(SrcBitWidth-1);
463 InputDemandedBits = InputDemandedBits.trunc(SrcBitWidth);
466 if (SimplifyDemandedBits(I->getOperandUse(0), InputDemandedBits,
469 InputDemandedBits = InputDemandedBits.zext(BitWidth);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 764 APInt InputDemandedBits =
    [all...]
SelectionDAG.cpp     [all...]

Completed in 40 milliseconds