Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDConstantFolder.h160 return ConstantExpr::getInsertElement(CVec, CNewElt, CIdx); in FoldInsertElement()
HDConstants.h1285 static Constant *getInsertElement(Constant *Vec, Constant *Elt, Constant *Idx,
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetFolder.h171 return Fold(ConstantExpr::getInsertElement(CVec, CNewElt, CIdx)); in FoldInsertElement()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp1493 V = ConstantExpr::getInsertElement(PoisonV, V, ConstantInt::get(IdxTy, 0)); in getSplat()
1550 return ConstantExpr::getInsertElement(Ops[0], Ops[1], Ops[2], in getWithOperands()
2538 Constant *ConstantExpr::getInsertElement(Constant *Val, Constant *Elt, in getInsertElement() function in ConstantExpr
HDCore.cpp1900 return wrap(ConstantExpr::getInsertElement(unwrap<Constant>(VectorConstant), in LLVMConstInsertElement()
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDConstantFolding.cpp1050 return ConstantExpr::getInsertElement(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
HDInstructionSimplify.cpp5165 return ConstantExpr::getInsertElement(VecC, ValC, IdxC); in simplifyInsertElementInst()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1658 C = ConstantExpr::getInsertElement(ConstOps[0], ConstOps[1], in materializeValue()
/freebsd-head/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp4431 ConstantExpr::getInsertElement(Elts[0], Elts[1],Elts[2]); in parseValID()