Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NGEP

1379         Value *NGEP = cast<GEPOperator>(GEP)->isInBounds() ?
1382 NGEP->takeName(GEP);
1385 return new BitCastInst(NGEP, CI.getType());
1387 return new PtrToIntInst(NGEP, CI.getType());