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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 380 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize));
387 MaskV <<= Op1->getZExtValue();
390 MaskV = MaskV.lshr(Op1->getZExtValue());
395 ConstantInt::get(I.getContext(), MaskV),
InstCombineCompares.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 59 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);
62 // If all of the MaskV bits are known to be zero, then we know the
65 if ((KnownZero2 & MaskV) == MaskV) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 195 milliseconds