Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantFold.h46 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
H A DConstantFolder.h133 return ConstantFoldExtractValueInstruction(CAgg, IdxList); in FoldExtractValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstantFolding.h125 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
H A DTargetFolder.h144 return ConstantFoldExtractValueInstruction(CAgg, IdxList); in FoldExtractValue()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1093 return ConstantFoldExtractValueInstruction( in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp4943 return ConstantFoldExtractValueInstruction(CAgg, Idxs); in simplifyExtractValueInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp195 Elt = ConstantFoldExtractValueInstruction(Elt, LaterIndices); in foldCmpLoadFromIndexedGlobal()