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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 541 uint64_t MaskV = MaskN->getZExtValue();
543 if (!((IntNo == Intrinsic::bpf_load_byte && MaskV == 0xFF) ||
544 (IntNo == Intrinsic::bpf_load_half && MaskV == 0xFFFF) ||
545 (IntNo == Intrinsic::bpf_load_word && MaskV == 0xFFFFFFFF)))
  /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-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.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 284 milliseconds