Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h264 return ConstantExpr::getInsertElement(Vec, NewElt, Idx); in CreateInsertElement()
H A DConstants.h1250 static Constant *getInsertElement(Constant *Vec, Constant *Elt, Constant *Idx,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h258 return Fold(ConstantExpr::getInsertElement(Vec, NewElt, Idx)); in CreateInsertElement()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1434 V = ConstantExpr::getInsertElement(UndefV, V, ConstantInt::get(I32Ty, 0)); in getSplat()
1552 return ConstantExpr::getInsertElement(Ops[0], Ops[1], Ops[2], in getWithOperands()
2562 Constant *ConstantExpr::getInsertElement(Constant *Val, Constant *Elt, in getInsertElement() function in ConstantExpr
H A DCore.cpp1828 return wrap(ConstantExpr::getInsertElement(unwrap<Constant>(VectorConstant), in LLVMConstInsertElement()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1097 return ConstantExpr::getInsertElement(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp4413 return ConstantExpr::getInsertElement(VecC, ValC, IdxC); in SimplifyInsertElementInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2777 V = ConstantExpr::getInsertElement(Op0, Op1, Op2); in parseConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1335 See the method [llvm::ConstantExpr::getInsertElement]. *)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3948 ConstantExpr::getInsertElement(Elts[0], Elts[1],Elts[2]); in parseValID()