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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.h37 Constant *ConstantFoldExtractElementInstruction(Constant *Val, Constant *Idx);
H A DConstantFold.cpp800 Constant *llvm::ConstantFoldExtractElementInstruction(Constant *Val, function in class:llvm
H A DConstants.cpp2350 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h118 Constant *ConstantFoldExtractElementInstruction(Constant *Val, Constant *Idx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4392 return ConstantFoldExtractElementInstruction(CVec, CIdx);

Completed in 218 milliseconds