Home
last modified time | relevance | path

Searched refs:AndMask (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/lib/libvgl/
Dmouse.c181 VGLMouseSetImage(VGLBitmap *AndMask, VGLBitmap *OrMask) in VGLMouseSetImage() argument
185 VGLMouseAndMask = AndMask; in VGLMouseSetImage()
Dvgl.h128 void VGLMouseSetImage(VGLBitmap *AndMask, VGLBitmap *OrMask);
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp660 uint64_t AndMask = MaskNode->getZExtValue(); in detectOrAndInsertion() local
661 if (InsertMask & AndMask) in detectOrAndInsertion()
667 if (Used != (AndMask | InsertMask)) { in detectOrAndInsertion()
670 if (Used != (AndMask | InsertMask | KnownZero.getZExtValue())) in detectOrAndInsertion()
/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1436 const APInt &AndMask = cast<ConstantInt>(I->getOperand(1))->getValue(); in CollectBSwapParts() local
1445 APInt MaskB = AndMask & Byte; in CollectBSwapParts()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10593 APInt AndMask = ConstAndRHS->getAPIntValue(); in SimplifySelectCC() local
10595 DAG.getConstant(AndMask.countLeadingZeros(), in SimplifySelectCC()
10602 DAG.getConstant(AndMask.getBitWidth()-1, in SimplifySelectCC()