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

/freebsd-10.0-release/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.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1350 const APInt &AndMask = cast<ConstantInt>(I->getOperand(1))->getValue(); local
1358 // If the AndMask is all zeros for this byte, clear the bit.
1359 APInt MaskB = AndMask & Byte;
1365 // If the AndMask is not all ones for this byte, it's not a bytezap.
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9861 APInt AndMask = ConstAndRHS->getAPIntValue(); local
9863 DAG.getConstant(AndMask.countLeadingZeros(),
9870 DAG.getConstant(AndMask.getBitWidth()-1,

Completed in 275 milliseconds