Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h279 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
H A DConstants.h1262 static Constant *getInsertValue(Constant *Agg, Constant *Val,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h273 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList)); in CreateInsertValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp435 InstResult = ConstantExpr::getInsertValue( in EvaluateBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1559 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(), in getWithOperands()
2613 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr
H A DCore.cpp1852 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1987 return ConstantExpr::getInsertValue(/*AggregateOperand*/ COps[0], in visitInsertValue()
H A DConstantFolding.cpp1245 return ConstantExpr::getInsertValue(Ops[0], Ops[1], IVI->getIndices()); in ConstantFoldInstruction()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1005 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1); in EmitMemberPointerConversion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3363 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in parseValID()