Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.h42 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
H A DConstantFold.cpp771 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() function in llvm
778 return ConstantFoldExtractValueInstruction(C, Idxs.slice(1)); in ConstantFoldExtractValueInstruction()
H A DConstants.cpp2648 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs)) in getExtractValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h109 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4518 return ConstantFoldExtractValueInstruction(CAgg, Idxs); in SimplifyExtractValueInst()