Searched refs:InsElt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp358 static void replaceExtractElements(InsertElementInst *InsElt, argument
361 VectorType *InsVecType = InsElt->getType();
376 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext());
397 if (InsertionBlock != InsElt->getParent())
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9505 SDValue InsElt = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, FloatVT, local
9507 return DAG.getNode(ISD::BITCAST, dl, VT, InsElt);

Completed in 188 milliseconds