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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 391 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize));
398 MaskV <<= COp1->getZExtValue();
401 MaskV = MaskV.lshr(COp1->getZExtValue());
406 ConstantInt::get(I.getContext(), MaskV),
    [all...]
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/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...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 248 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);
251 // If all of the MaskV bits are known to be zero, then we know the
254 if ((KnownZero2 & MaskV) == MaskV) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 217 milliseconds