Searched refs:IElt (Results 1 – 2 of 2) sorted by relevance
1716 const auto *IElt = dyn_cast<ConstantExpr>(Shuf->getOperand(0)); in getSplatValue() local1717 if (IElt && IElt->getOpcode() == Instruction::InsertElement && in getSplatValue()1718 isa<UndefValue>(IElt->getOperand(0))) { in getSplatValue()1721 Constant *SplatVal = IElt->getOperand(1); in getSplatValue()1722 ConstantInt *Index = dyn_cast<ConstantInt>(IElt->getOperand(2)); in getSplatValue()
8774 SDValue IElt = DAG.getNode(ISD::BITCAST, dl, IEltVT, Elt); in LowerINSERT_VECTOR_ELT() local8777 IVecIn, IElt, Lane); in LowerINSERT_VECTOR_ELT()