Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFold.h46 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
H A DConstantFolder.h133 return ConstantFoldExtractValueInstruction(CAgg, IdxList); in FoldExtractValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h144 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
H A DTargetFolder.h144 return ConstantFoldExtractValueInstruction(CAgg, IdxList); in FoldExtractValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp511 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() function in llvm
518 return ConstantFoldExtractValueInstruction(C, Idxs.slice(1)); in ConstantFoldExtractValueInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1047 return ConstantFoldExtractValueInstruction( in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp5198 return ConstantFoldExtractValueInstruction(CAgg, Idxs); in simplifyExtractValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp202 Elt = ConstantFoldExtractValueInstruction(Elt, LaterIndices); in foldCmpLoadFromIndexedGlobal()