Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp6092 SmallVector<Constant *, 8> NewConstOps(NewOps.size()); in simplifyInstructionWithOperands() local
6093 transform(NewOps, NewConstOps.begin(), in simplifyInstructionWithOperands()
6095 Result = ConstantFoldInstOperands(I, NewConstOps, Q.DL, Q.TLI); in simplifyInstructionWithOperands()