Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NewV

763   Value *NewV = createFSub(Zero, V);
764 if (Instruction *I = dyn_cast<Instruction>(NewV))
766 return NewV;