Searched refs:RotatedSrcMask (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp876 // RotatedSrcMask non-wrap:
878 // RotatedSrcMask: B---E B---E
882 // RotatedSrcMask wrap:
884 // RotatedSrcMask: --E B----|--E B----
888 // One special case is RotatedSrcMask is a full set mask.
889 // RotatedSrcMask full:
891 // RotatedSrcMask: ------EB---|-------EB---
910 APInt RotatedSrcMask = MaskSrc.rotl(SHMI); local
911 APInt FinalMask = RotatedSrcMask & MaskMI;

Completed in 110 milliseconds