• Home
  • Raw
  • Download

Lines Matching refs:getConstantOperandVal

923         unsigned RotAmt = V.getConstantOperandVal(1);  in getValueBits()
936 unsigned ShiftAmt = V.getConstantOperandVal(1); in getValueBits()
952 unsigned ShiftAmt = V.getConstantOperandVal(1); in getValueBits()
968 uint64_t Mask = V.getConstantOperandVal(1); in getValueBits()
3056 int Elt = N->getConstantOperandVal(0); in Select()
3057 int EltSize = N->getConstantOperandVal(1); in Select()
3165 uint64_t PM = O.getConstantOperandVal(2); in combineToCMPB()
3166 uint64_t PAlt = O.getConstantOperandVal(3); in combineToCMPB()
3179 O.getConstantOperandVal(1) != 0) { in combineToCMPB()
3193 if (Op0.getConstantOperandVal(1) != Bits-8) in combineToCMPB()
3212 uint64_t ULim = O.getConstantOperandVal(1); in combineToCMPB()
3238 if (Op.getConstantOperandVal(1) != (UINT64_C(0xFF) << (8*b))) in combineToCMPB()
3256 if (Op.getConstantOperandVal(1) != Bits-8) in combineToCMPB()
3962 Op32.getConstantOperandVal(2) <= Op32.getConstantOperandVal(3)) { in PeepholePPC64ZExtGather()
3978 if (!isUInt<15>(Op32.getConstantOperandVal(0))) in PeepholePPC64ZExtGather()
4003 Op32.getConstantOperandVal(3) <= Op32.getConstantOperandVal(4)) { in PeepholePPC64ZExtGather()
4038 if (!isUInt<15>(Op32.getConstantOperandVal(1))) in PeepholePPC64ZExtGather()
4076 bool Op1OK = isUInt<15>(Op32.getConstantOperandVal(1)); in PeepholePPC64ZExtGather()
4117 if (N->getConstantOperandVal(1) != 0 || in PeepholePPC64ZExt()
4118 N->getConstantOperandVal(2) != 32) in PeepholePPC64ZExt()
4129 if (ISR.getConstantOperandVal(2) != PPC::sub_32) in PeepholePPC64ZExt()
4351 Base.getConstantOperandVal(1) % 4 != 0)) in PeepholePPC64()
4372 int Offset = N->getConstantOperandVal(FirstOp); in PeepholePPC64()