Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16548 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local
16549 switch (MaskedBytes) { in CheckForMaskedLoad()
16558 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()
16572 Result.first = MaskedBytes; in CheckForMaskedLoad()