Searched refs:InsertElt (Results 1 – 6 of 6) sorted by relevance
243 size_t InsertElt = I - this->begin(); in insert() local247 return this->begin() + InsertElt; in insert()254 I = this->begin()+InsertElt; in insert()291 size_t InsertElt = I - this->begin(); in insert() local295 return this->begin() + InsertElt; in insert()304 I = this->begin()+InsertElt; in insert()
145 Value *InsertElt = Builder.CreateInsertElement( in visitIntrinsicInst() local147 VecPHI->addIncoming(InsertElt, BB); in visitIntrinsicInst()
828 size_t InsertElt = I - this->begin(); in insert() local832 return this->begin()+InsertElt; in insert()842 I = this->begin()+InsertElt; in insert()890 size_t InsertElt = I - this->begin(); in insert() local894 return this->begin()+InsertElt; in insert()908 I = this->begin()+InsertElt; in insert()
655 Value *InsertElt; in scalarizeMaskedExpandLoad() local657 InsertElt = PoisonValue::get(EltTy); in scalarizeMaskedExpandLoad()662 InsertElt = Builder.CreateAlignedLoad(EltTy, NewPtr, Align(1), in scalarizeMaskedExpandLoad()667 VResult = Builder.CreateInsertElement(VResult, InsertElt, Idx, in scalarizeMaskedExpandLoad()
1781 while (auto InsertElt = dyn_cast<InsertElementInst>(CurrentInsertElt)) { in instCombineSVEDupqLane() local1782 auto Idx = cast<ConstantInt>(InsertElt->getOperand(2)); in instCombineSVEDupqLane()1783 Elts[Idx->getValue().getZExtValue()] = InsertElt->getOperand(1); in instCombineSVEDupqLane()1784 CurrentInsertElt = InsertElt->getOperand(0); in instCombineSVEDupqLane()
23487 SDValue InsertElt = N->getOperand(1); in removeRedundantInsertVectorElt() local23497 if (InsertElt.getOpcode() != ISD::EXTRACT_VECTOR_ELT) in removeRedundantInsertVectorElt()23500 SDValue ExtractVec = InsertElt.getOperand(0); in removeRedundantInsertVectorElt()23501 SDValue ExtractIdx = InsertElt.getOperand(1); in removeRedundantInsertVectorElt()