Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10655 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local
10656 switch (MaskedBytes) { in CheckForMaskedLoad()
10665 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()
10667 Result.first = MaskedBytes; in CheckForMaskedLoad()