Searched refs:NewConstOps (Results 1 – 1 of 1) sorted by relevance
6303 SmallVector<Constant *, 8> NewConstOps(NewOps.size()); in simplifyInstructionWithOperands() local6304 transform(NewOps, NewConstOps.begin(), in simplifyInstructionWithOperands()6306 Result = ConstantFoldInstOperands(I, NewConstOps, Q.DL, Q.TLI); in simplifyInstructionWithOperands()