Home | History | Annotate | Download | only in IR

Lines Matching refs:PtrToIntInst

2339     case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore);
2360 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd);
2902 PtrToIntInst::PtrToIntInst(
2908 PtrToIntInst::PtrToIntInst(
3568 PtrToIntInst *PtrToIntInst::clone_impl() const {
3569 return new PtrToIntInst(getOperand(0), getType());