Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h271 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
H A DConstants.h1205 static Constant *getInsertValue(Constant *Agg, Constant *Val,
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h263 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList)); in CreateInsertValue()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp402 InstResult = ConstantExpr::getInsertValue( in EvaluateBlock()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp1238 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(), in getWithOperands()
2171 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr
H A DCore.cpp1777 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp1160 return ConstantExpr::getInsertValue(/*AggregateOperand*/ COps[0], in visitInsertValue()
H A DConstantFolding.cpp1151 return ConstantExpr::getInsertValue( in ConstantFoldInstruction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp875 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1); in EmitMemberPointerConversion()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3262 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()