Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:PtrToIntInst

1396         assert(isa<PtrToIntInst>(CI));
1397 return new PtrToIntInst(NGEP, CI.getType());
1405 Instruction *InstCombiner::visitPtrToInt(PtrToIntInst &CI) {