Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp565 uint64_t SMPos, SMSize; in PerformANDCombine() local
568 !IsShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in PerformANDCombine()
573 if (SMPos != 0 || Pos + SMSize > 32) in PerformANDCombine()
579 DAG.getConstant(SMSize, MVT::i32)); in PerformANDCombine()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp704 uint64_t SMPos, SMSize; in performANDCombine() local
708 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
714 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
721 DAG.getConstant(SMSize, DL, MVT::i32)); in performANDCombine()