Home | History | Annotate | Download | only in IR

Lines Matching defs:IntToPtrInst

2312   case IntToPtr:      return new IntToPtrInst      (S, Ty, Name, InsertBefore);
2334 case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertAtEnd);
2969 IntToPtrInst::IntToPtrInst(
2975 IntToPtrInst::IntToPtrInst(
3618 IntToPtrInst *IntToPtrInst::clone_impl() const {
3619 return new IntToPtrInst(getOperand(0), getType());