Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstantFold.h46 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
H A DConstantFolder.h133 return ConstantFoldExtractValueInstruction(CAgg, IdxList); in FoldExtractValue()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DConstantFolding.h125 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
H A DTargetFolder.h144 return ConstantFoldExtractValueInstruction(CAgg, IdxList); in FoldExtractValue()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantFold.cpp775 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() function in llvm
782 return ConstantFoldExtractValueInstruction(C, Idxs.slice(1)); in ConstantFoldExtractValueInstruction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp1094 return ConstantFoldExtractValueInstruction( in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp4740 return ConstantFoldExtractValueInstruction(CAgg, Idxs); in simplifyExtractValueInst()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp194 Elt = ConstantFoldExtractValueInstruction(Elt, LaterIndices); in foldCmpLoadFromIndexedGlobal()