Home
last modified time | relevance | path

Searched refs:NeededMask (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2005 APInt NeededMask = DesiredMask & ~ActualMask; in CheckAndMask() local
2006 if (CurDAG->MaskedValueIsZero(LHS, NeededMask)) in CheckAndMask()
2034 APInt NeededMask = DesiredMask & ~ActualMask; in CheckOrMask() local
2038 if (NeededMask.isSubsetOf(Known.One)) in CheckOrMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3873 APInt NeededMask = APInt::getLowBitsSet(NVT.getSizeInBits(), in tryShrinkShlLogicImm() local
3875 NeededMask &= ~Cst->getAPIntValue(); in tryShrinkShlLogicImm()
3877 if (CurDAG->MaskedValueIsZero(N->getOperand(0), NeededMask)) in tryShrinkShlLogicImm()