Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17490 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local
17491 switch (MaskedBytes) { in CheckForMaskedLoad()
17500 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()
17514 Result.first = MaskedBytes; in CheckForMaskedLoad()