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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 529 unsigned NLZ = DemandedMask.countLeadingZeros();
530 if (NLZ > 0) {
533 APInt DemandedFromOps(APInt::getLowBitsSet(BitWidth, BitWidth-NLZ));
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 240 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros();
241 // NLZ can't be BitWidth with no sign bit
242 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 1249 milliseconds