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 383 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize));
390 MaskV <<= COp1->getZExtValue();
393 MaskV = MaskV.lshr(COp1->getZExtValue());
398 ConstantInt::get(I.getContext(), MaskV),
    [all...]
InstCombineCompares.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 61 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);
64 // If all of the MaskV bits are known to be zero, then we know the
67 if ((KnownZero2 & MaskV) == MaskV) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 84 milliseconds