Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Elt

1140       const APValue &Elt = Value.getVectorElt(i);
1141 if (Elt.isInt())
1142 Inits.push_back(llvm::ConstantInt::get(VMContext, Elt.getInt()));
1144 Inits.push_back(llvm::ConstantFP::get(VMContext, Elt.getFloat()));