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

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DConstantFolder.h232 return ConstantExpr::getInsertValue(Agg, Val, IdxList);
H A DTargetFolder.h256 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList));
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DConstants.h1053 static Constant *getInsertValue(Constant *Agg, Constant *Val,
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp671 SimplifiedValues[&I] = ConstantExpr::getInsertValue(AggC, InsertedC,
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp896 return ConstantExpr::getInsertValue(
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp535 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1);
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstants.cpp1138 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices());
1980 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, function in class:ConstantExpr
H A DCore.cpp1116 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant),
/freebsd-10-stable/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp2479 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices);

Completed in 210 milliseconds