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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.h44 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
H A DConstantFold.cpp955 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, function in class:llvm
974 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1));
H A DConstants.cpp2425 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h96 /// ConstantFoldInsertValueInstruction - Attempt to constant fold an insertvalue
99 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4293 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs);

Completed in 119 milliseconds