Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantFolder.h160 return ConstantExpr::getInsertElement(CVec, CNewElt, CIdx); in FoldInsertElement()
H A DConstants.h1289 static Constant *getInsertElement(Constant *Vec, Constant *Elt, Constant *Idx,
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetFolder.h171 return Fold(ConstantExpr::getInsertElement(CVec, CNewElt, CIdx)); in FoldInsertElement()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1422 V = ConstantExpr::getInsertElement(PoisonV, V, ConstantInt::get(IdxTy, 0)); in getSplat()
1491 return ConstantExpr::getInsertElement(Ops[0], Ops[1], Ops[2], in getWithOperands()
2595 Constant *ConstantExpr::getInsertElement(Constant *Val, Constant *Elt, in getInsertElement() function in ConstantExpr
H A DCore.cpp1797 return wrap(ConstantExpr::getInsertElement(unwrap<Constant>(VectorConstant), in LLVMConstInsertElement()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1096 return ConstantExpr::getInsertElement(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp4910 return ConstantExpr::getInsertElement(VecC, ValC, IdxC); in simplifyInsertElementInst()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1287 See the method [llvm::ConstantExpr::getInsertElement]. *)
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1554 C = ConstantExpr::getInsertElement(ConstOps[0], ConstOps[1], in materializeValue()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp4022 ConstantExpr::getInsertElement(Elts[0], Elts[1],Elts[2]); in parseValID()