Home
last modified time | relevance | path

Searched refs:getInsertElement (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h256 return ConstantExpr::getInsertElement(Vec, NewElt, Idx); in CreateInsertElement()
H A DConstants.h1199 static Constant *getInsertElement(Constant *Vec, Constant *Elt, Constant *Idx,
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h248 return Fold(ConstantExpr::getInsertElement(Vec, NewElt, Idx)); in CreateInsertElement()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp1233 return ConstantExpr::getInsertElement(Ops[0], Ops[1], Ops[2], in getWithOperands()
2125 Constant *ConstantExpr::getInsertElement(Constant *Val, Constant *Elt, in getInsertElement() function in ConstantExpr
H A DCore.cpp1755 return wrap(ConstantExpr::getInsertElement(unwrap<Constant>(VectorConstant), in LLVMConstInsertElement()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1038 return ConstantExpr::getInsertElement(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2500 V = ConstantExpr::getInsertElement(Op0, Op1, Op2); in parseConstants()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3537 ConstantExpr::getInsertElement(Elts[0], Elts[1],Elts[2]); in ParseValID()