Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NV

2218           if (Instruction *NV = FoldOpIntoPhi(I))
2219 return NV;
2938 if (Instruction *NV = FoldOpIntoPhi(I))
2939 return NV;
2943 if (Instruction *NV = FoldFCmp_IntToFP_Cst(I, LHSI, RHSC))
2944 return NV;