Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:PtrToIntInst

1481         assert(isa<PtrToIntInst>(CI));
1482 return new PtrToIntInst(NGEP, CI.getType());
1490 Instruction *InstCombiner::visitPtrToInt(PtrToIntInst &CI) {