Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:PtrToIntInst

1386         assert(isa<PtrToIntInst>(CI));
1387 return new PtrToIntInst(NGEP, CI.getType());
1395 Instruction *InstCombiner::visitPtrToInt(PtrToIntInst &CI) {