Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6593 SmallVector<Constant *, 8> NewConstOps(NewOps.size()); in simplifyInstructionWithOperands() local
6594 transform(NewOps, NewConstOps.begin(), in simplifyInstructionWithOperands()
6596 return ConstantFoldInstOperands(I, NewConstOps, Q.DL, Q.TLI); in simplifyInstructionWithOperands()