Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp668 uint64_t SMPos0, SMSize0, SMPos1, SMSize1; in performORCombine() local
676 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0)) in performORCombine()
688 if (SMPos0 != SMPos1 || SMSize0 != SMSize1) in performORCombine()
703 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits())) in performORCombine()
708 DAG.getConstant(SMSize0, MVT::i32), And0.getOperand(0)); in performORCombine()