Home | History | Annotate | Download | only in IR

Lines Matching defs:IntToPtrInst

2390   case IntToPtr:      return new IntToPtrInst      (S, Ty, Name, InsertBefore);
2412 case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertAtEnd);
3016 IntToPtrInst::IntToPtrInst(
3022 IntToPtrInst::IntToPtrInst(
3665 IntToPtrInst *IntToPtrInst::clone_impl() const {
3666 return new IntToPtrInst(getOperand(0), getType());