Home
last modified time | relevance | path

Searched refs:ConstantFoldInsertValueInstruction (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/IR/
DConstantFold.h44 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
DConstantFold.cpp877 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction() function in llvm
898 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1)); in ConstantFoldInsertValueInstruction()
DConstants.cpp2174 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue()
/external/llvm/include/llvm/Analysis/
DConstantFolding.h72 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3344 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()