Searched refs:ConstantFoldInsertElementInstruction (Results 1 – 4 of 4) sorted by relevance
42 Constant *ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt,
131 Constant *ConstantFoldInsertElementInstruction(Constant *Val,
674 Constant *llvm::ConstantFoldInsertElementInstruction(Constant *Val, in ConstantFoldInsertElementInstruction() function in llvm
2604 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement()