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

  /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/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.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/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 344 milliseconds