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

/freebsd-10-stable/lib/libvgl/
H A Dmouse.c181 VGLMouseSetImage(VGLBitmap *AndMask, VGLBitmap *OrMask) argument
185 VGLMouseAndMask = AndMask;
H A Dvgl.h128 void VGLMouseSetImage(VGLBitmap *AndMask, VGLBitmap *OrMask);
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp660 uint64_t AndMask = MaskNode->getZExtValue();
661 if (InsertMask & AndMask)
667 if (Used != (AndMask | InsertMask)) {
670 if (Used != (AndMask | InsertMask | KnownZero.getZExtValue()))
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1436 const APInt &AndMask = cast<ConstantInt>(I->getOperand(1))->getValue(); local
1444 // If the AndMask is all zeros for this byte, clear the bit.
1445 APInt MaskB = AndMask & Byte;
1451 // If the AndMask is not all ones for this byte, it's not a bytezap.
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10593 APInt AndMask = ConstAndRHS->getAPIntValue(); local
10595 DAG.getConstant(AndMask.countLeadingZeros(),
10602 DAG.getConstant(AndMask.getBitWidth()-1,

Completed in 188 milliseconds