Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13816 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local
13817 switch (MaskedBytes) { in CheckForMaskedLoad()
13826 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()
13846 Result.first = MaskedBytes; in CheckForMaskedLoad()