Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp739 uint64_t SMPos0, SMSize0, SMPos1, SMSize1; in performORCombine() local
747 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0)) in performORCombine()
759 if (SMPos0 != SMPos1 || SMSize0 != SMSize1) in performORCombine()
774 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits())) in performORCombine()
779 DAG.getConstant(SMPos0, DL, MVT::i32), in performORCombine()