Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Elt

1080   const Constant *Elt = getOperand(0);
1081 const ConstantInt *CI = dyn_cast<ConstantInt>(Elt);
1082 const ConstantFP *CF = dyn_cast<ConstantFP>(Elt);
1086 if (getOperand(I) != Elt)
1098 Constant *Elt = getOperand(0);
1101 if (getOperand(I) != Elt)
1103 return Elt;
1690 Constant *ConstantExpr::getInsertElement(Constant *Val, Constant *Elt,
1694 assert(Elt->getType() == cast<VectorType>(Val->getType())->getElementType()
1699 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx))
1703 ArgVec.push_back(Elt);