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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp728 uint64_t SMPos0, SMSize0, SMPos1, SMSize1; local
736 !IsShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0))
748 if (SMPos0 != SMPos1 || SMSize0 != SMSize1)
763 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits()))
767 DAG.getConstant(SMPos0, MVT::i32),

Completed in 290 milliseconds