Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewCI

102     CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(),
104 NewCI->setDebugLoc(FirstInst->getDebugLoc());
105 return NewCI;
550 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal,
552 NewCI->setDebugLoc(FirstInst->getDebugLoc());
553 return NewCI;
568 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(),
570 NewCI->setDebugLoc(FirstInst->getDebugLoc());
571 return NewCI;