Home
last modified time | relevance | path

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

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