Searched refs:ConstantFoldInsertValueInstruction (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/IR/ |
D | ConstantFold.h | 44 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
|
D | ConstantFold.cpp | 877 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction() function in llvm 898 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1)); in ConstantFoldInsertValueInstruction()
|
D | Constants.cpp | 2174 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue()
|
/external/llvm/include/llvm/Analysis/ |
D | ConstantFolding.h | 72 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3344 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()
|