Searched refs:getInsertElement (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 160 return ConstantExpr::getInsertElement(CVec, CNewElt, CIdx); in FoldInsertElement()
|
| H A D | Constants.h | 1289 static Constant *getInsertElement(Constant *Vec, Constant *Elt, Constant *Idx,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 171 return Fold(ConstantExpr::getInsertElement(CVec, CNewElt, CIdx)); in FoldInsertElement()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Constants.cpp | 1422 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 D | Core.cpp | 1797 return wrap(ConstantExpr::getInsertElement(unwrap<Constant>(VectorConstant), in LLVMConstInsertElement()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1096 return ConstantExpr::getInsertElement(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 4910 return ConstantExpr::getInsertElement(VecC, ValC, IdxC); in simplifyInsertElementInst()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1287 See the method [llvm::ConstantExpr::getInsertElement]. *)
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1554 C = ConstantExpr::getInsertElement(ConstOps[0], ConstOps[1], in materializeValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 4022 ConstantExpr::getInsertElement(Elts[0], Elts[1],Elts[2]); in parseValID()
|