Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IntToPtr

382     if (CE->getOpcode() == Instruction::IntToPtr &&
497 Cast = Instruction::IntToPtr;
745 // "inttoptr (sub (ptrtoint Ptr), V)"
795 if (CE->getOpcode() == Instruction::IntToPtr) {
1033 // If the input is a inttoptr, eliminate the pair. This requires knowing
1036 if (TD && CE->getOpcode() == Instruction::IntToPtr) {
1051 case Instruction::IntToPtr:
1112 // fold: icmp (inttoptr x), null -> icmp x, 0
1114 // fold: icmp (inttoptr x), (inttoptr y) -> icmp trunc/zext x, trunc/zext y
1121 if (CE0->getOpcode() == Instruction::IntToPtr) {
1145 if (CE0->getOpcode() == Instruction::IntToPtr) {