Home
last modified time | relevance | path

Searched refs:ConstantFoldInsertElementInstruction (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFold.h42 Constant *ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h137 Constant *ConstantFoldInsertElementInstruction(Constant *Val,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp477 Constant *llvm::ConstantFoldInsertElementInstruction(Constant *Val, in ConstantFoldInsertElementInstruction() function in llvm
H A DConstants.cpp2401 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement()