Home | History | Annotate | Download | only in IR

Lines Matching refs:IntToPtrInst

2340     case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertBefore);
2361 case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertAtEnd);
2914 IntToPtrInst::IntToPtrInst(
2920 IntToPtrInst::IntToPtrInst(
3572 IntToPtrInst *IntToPtrInst::clone_impl() const {
3573 return new IntToPtrInst(getOperand(0), getType());