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

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1327 const APInt &AndMask = cast<ConstantInt>(I->getOperand(1))->getValue(); local
1335 // If the AndMask is all zeros for this byte, clear the bit.
1336 APInt MaskB = AndMask & Byte;
1342 // If the AndMask is not all ones for this byte, it's not a bytezap.
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9212 APInt AndMask = ConstAndRHS->getAPIntValue(); local
9214 DAG.getConstant(AndMask.countLeadingZeros(),
9221 DAG.getConstant(AndMask.getBitWidth()-1,

Completed in 267 milliseconds