Searched refs:ConstantFoldInsertValueInstruction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ConstantFold.h | 45 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
|
| H A D | ConstantFold.cpp | 888 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction() function in llvm 907 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1)); in ConstantFoldInsertValueInstruction()
|
| H A D | Constants.cpp | 2182 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 96 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4173 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()
|