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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 379 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize));
386 MaskV <<= Op1->getZExtValue();
389 MaskV = MaskV.lshr(Op1->getZExtValue());
394 ConstantInt::get(I.getContext(), MaskV),
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 388 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);
389 ComputeMaskedBits(I->getOperand(1), MaskV, KnownZero2, KnownOne2,
392 // If all of the MaskV bits are known to be zero, then we know the
395 if ((KnownZero2 & MaskV) == MaskV) {
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprScalar.cpp 751 SmallVector<llvm::Constant *, 32> MaskV;
753 MaskV.push_back(EltMask);
755 Value* MaskBits = llvm::ConstantVector::get(MaskV);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 221 milliseconds