Searched refs:IElt (Results 1 – 2 of 2) sorted by relevance
1701 const auto *IElt = dyn_cast<ConstantExpr>(Shuf->getOperand(0)); in getSplatValue() local1702 if (IElt && IElt->getOpcode() == Instruction::InsertElement && in getSplatValue()1703 isa<UndefValue>(IElt->getOperand(0))) { in getSplatValue()1706 Constant *SplatVal = IElt->getOperand(1); in getSplatValue()1707 ConstantInt *Index = dyn_cast<ConstantInt>(IElt->getOperand(2)); in getSplatValue()
9094 SDValue IElt = DAG.getNode(ISD::BITCAST, dl, IEltVT, Elt); in LowerINSERT_VECTOR_ELT() local9097 IVecIn, IElt, Lane); in LowerINSERT_VECTOR_ELT()