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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h279 return ConstantExpr::getInsertValue(Agg, Val, IdxList);
H A DConstants.h1218 static Constant *getInsertValue(Constant *Agg, Constant *Val,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h273 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp427 InstResult = ConstantExpr::getInsertValue(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1440 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(),
2414 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, function in class:ConstantExpr
H A DCore.cpp1812 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1595 return ConstantExpr::getInsertValue(/*AggregateOperand*/ COps[0],
H A DConstantFolding.cpp1195 return ConstantExpr::getInsertValue(
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp991 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3467 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices);

Completed in 168 milliseconds