Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp708 uint64_t SMPos, SMSize; in performANDCombine() local
712 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
718 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
725 DAG.getConstant(SMSize, DL, MVT::i32)); in performANDCombine()