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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.h42 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
H A DConstantFold.cpp943 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, function in class:llvm
950 return ConstantFoldExtractValueInstruction(C, Idxs.slice(1));
H A DConstants.cpp2449 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h105 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4360 return ConstantFoldExtractValueInstruction(CAgg, Idxs);

Completed in 186 milliseconds