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

Completed in 320 milliseconds