Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18144 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local
18145 switch (MaskedBytes) { in CheckForMaskedLoad()
18154 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()
18168 Result.first = MaskedBytes; in CheckForMaskedLoad()