Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp892 unsigned SMPos0, SMSize0, SMPos1, SMSize1; in performORCombine() local
932 SMSize1 = (ValTy == MVT::i64 ? 64 : 32) - SMPos1; in performORCombine()
935 DAG.getConstant(SMSize1, DL, MVT::i32), AndOperand0); in performORCombine()
955 !isShiftedMask_64(CN->getZExtValue(), SMPos1, SMSize1)) in performORCombine()
959 if (SMPos0 != SMPos1 || SMSize0 != SMSize1) in performORCombine()