Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.h39 Constant *ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt,
H A DConstantFold.cpp805 Constant *llvm::ConstantFoldInsertElementInstruction(Constant *Val, in ConstantFoldInsertElementInstruction() function in llvm
H A DConstants.cpp2134 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DConstantFolding.h108 Constant *ConstantFoldInsertElementInstruction(Constant *Val,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4208 return ConstantFoldInsertElementInstruction(VecC, ValC, IdxC); in SimplifyInsertElementInst()