Searched refs:Opd (Results 1 – 5 of 5) sorted by relevance
582 for (Value *Opd : PN.incoming_values()) { in EqualityPropUnSafe()583 if (isa<UndefValue>(Opd)) in EqualityPropUnSafe()
5761 Value *Opd = Gep->getOperand(i); in isLikelyComplexAddressComputation() local5762 if (!SE->isLoopInvariant(SE->getSCEV(Opd), TheLoop) && in isLikelyComplexAddressComputation()5763 !Legal->isInductionVariable(Opd)) in isLikelyComplexAddressComputation()
5675 Value *Opd = Gep->getOperand(i); in getAddressAccessSCEV() local5676 if (!SE->isLoopInvariant(SE->getSCEV(Opd), TheLoop) && in getAddressAccessSCEV()5677 !Legal->isInductionVariable(Opd)) in getAddressAccessSCEV()
27404 SDValue Opd = N->getOperand(i); in canReduceVMulWidth() local27408 if (Opd.getOpcode() == ISD::ANY_EXTEND) { in canReduceVMulWidth()27411 if (Opd.getOperand(0).getValueType().getVectorElementType() == MVT::i8) in canReduceVMulWidth()27413 else if (Opd.getOperand(0).getValueType().getVectorElementType() == in canReduceVMulWidth()27419 } else if (Opd.getOpcode() == ISD::BUILD_VECTOR) { in canReduceVMulWidth()27424 for (const SDValue &SubOp : Opd.getNode()->op_values()) { in canReduceVMulWidth()27436 SignBits[i] = DAG.ComputeNumSignBits(Opd); in canReduceVMulWidth()27437 if (Opd.getOpcode() == ISD::ZERO_EXTEND) in canReduceVMulWidth()
33491 SDValue Opd = N->getOperand(i); in canReduceVMulWidth() local33495 if (Opd.getOpcode() == ISD::ANY_EXTEND) { in canReduceVMulWidth()33498 if (Opd.getOperand(0).getValueType().getVectorElementType() == MVT::i8) in canReduceVMulWidth()33500 else if (Opd.getOperand(0).getValueType().getVectorElementType() == in canReduceVMulWidth()33506 } else if (Opd.getOpcode() == ISD::BUILD_VECTOR) { in canReduceVMulWidth()33511 for (const SDValue &SubOp : Opd.getNode()->op_values()) { in canReduceVMulWidth()33523 SignBits[i] = DAG.ComputeNumSignBits(Opd); in canReduceVMulWidth()33524 if (Opd.getOpcode() == ISD::ZERO_EXTEND) in canReduceVMulWidth()