Searched refs:NewConstOps (Results 1 – 1 of 1) sorted by relevance
6593 SmallVector<Constant *, 8> NewConstOps(NewOps.size()); in simplifyInstructionWithOperands() local6594 transform(NewOps, NewConstOps.begin(), in simplifyInstructionWithOperands()6596 return ConstantFoldInstOperands(I, NewConstOps, Q.DL, Q.TLI); in simplifyInstructionWithOperands()