Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.h43 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
H A DConstantFold.cpp876 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() function in llvm
883 return ConstantFoldExtractValueInstruction(C, Idxs.slice(1)); in ConstantFoldExtractValueInstruction()
H A DConstants.cpp2206 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs)) in getExtractValue()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DConstantFolding.h102 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4229 return ConstantFoldExtractValueInstruction(CAgg, Idxs); in SimplifyExtractValueInst()