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

/external/llvm/include/llvm/Analysis/
H A DConstantFolding.h69 /// ConstantFoldInsertValueInstruction - Attempt to constant fold an insertvalue
72 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
/external/llvm/lib/VMCore/
H A DConstantFold.h44 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
H A DConstantFold.cpp834 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, function in class:llvm
855 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1));
H A DConstants.cpp1882 Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs);
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2595 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs);

Completed in 105 milliseconds