Searched refs:IElt (Results 1 – 2 of 2) sorted by relevance
1733 const auto *IElt = dyn_cast<ConstantExpr>(Shuf->getOperand(0)); in getSplatValue() local1734 if (IElt && IElt->getOpcode() == Instruction::InsertElement && in getSplatValue()1735 isa<UndefValue>(IElt->getOperand(0))) { in getSplatValue()1738 Constant *SplatVal = IElt->getOperand(1); in getSplatValue()1739 ConstantInt *Index = dyn_cast<ConstantInt>(IElt->getOperand(2)); in getSplatValue()
9146 SDValue IElt = DAG.getNode(ISD::BITCAST, dl, IEltVT, Elt); in LowerINSERT_VECTOR_ELT() local9149 IVecIn, IElt, Lane); in LowerINSERT_VECTOR_ELT()