Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCMIPeephole.cpp844 uint64_t MBMI = MI.getOperand(3).getImm(); in simplifyCode() local
848 assert((MEMI < 32 && MESrc < 32 && MBMI < 32 && MBSrc < 32) && in simplifyCode()
875 if ((MBMI > MEMI) && !SrcMaskFull) in simplifyCode()
879 APInt MaskMI = APInt::getBitsSetWithWrap(32, 32 - MEMI - 1, 32 - MBMI); in simplifyCode()