Searched refs:Opd (Results 1 – 4 of 4) sorted by relevance
498 auto &Opd = MIB->getOperand(1); in ExpandCCR() local499 Opd.setReg(getRegisterInfo().getMatchingSuperReg( in ExpandCCR()500 Opd.getReg(), M68k::MxSubRegIndex8Lo, &M68k::DR16RegClass)); in ExpandCCR()
619 for (Value *Opd : PN.incoming_values()) { in equalityPropUnSafe()620 if (isa<UndefValue>(Opd)) in equalityPropUnSafe()
6911 Value *Opd = Gep->getOperand(i); in getAddressAccessSCEV() local6912 if (!SE->isLoopInvariant(SE->getSCEV(Opd), TheLoop) && in getAddressAccessSCEV()6913 !Legal->isInductionVariable(Opd)) in getAddressAccessSCEV()
42799 SDValue Opd = N->getOperand(i); in canReduceVMulWidth() local42801 SignBits[i] = DAG.ComputeNumSignBits(Opd); in canReduceVMulWidth()42802 IsPositive[i] = DAG.SignBitIsZero(Opd); in canReduceVMulWidth()