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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3501 unsigned MaskLoBits = 0; local
3507 MaskLoBits = Log2_64(OpSize);
3520 if (MaskLoBits &&
3556 if (MaskLoBits)
3558 return Width.getLoBits(MaskLoBits) == 0;

Completed in 100 milliseconds