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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp699 uint64_t SMPos, SMSize; local
703 !IsShiftedMask(CN->getZExtValue(), SMPos, SMSize))
709 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits())
714 DAG.getConstant(SMSize, MVT::i32));

Completed in 199 milliseconds