Searched refs:getInsertValue (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 271 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
|
| H A D | Constants.h | 1205 static Constant *getInsertValue(Constant *Agg, Constant *Val,
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 263 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList)); in CreateInsertValue()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 402 InstResult = ConstantExpr::getInsertValue( in EvaluateBlock()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Constants.cpp | 1238 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 D | Core.cpp | 1777 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 1160 return ConstantExpr::getInsertValue(/*AggregateOperand*/ COps[0], in visitInsertValue()
|
| H A D | ConstantFolding.cpp | 1151 return ConstantExpr::getInsertValue( in ConstantFoldInstruction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 875 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1); in EmitMemberPointerConversion()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3262 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
|