Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IntToPtr

92           Op == Instruction::IntToPtr) &&
106 // Short-circuit unnecessary inttoptr<->ptrtoint casts.
107 if ((Op == Instruction::PtrToInt || Op == Instruction::IntToPtr) &&
111 CI->getOpcode() == Instruction::IntToPtr) &&
117 CE->getOpcode() == Instruction::IntToPtr) &&
365 /// a GEP instead of using ptrtoint+arithmetic+inttoptr. This helps
367 /// for getelementptr vs. inttoptr in
372 /// ScalarEvolution not recognizing inttoptr and ptrtoint operators, as
514 // better than ptrtoint+arithmetic+inttoptr at least.
1409 // Turn things like ptrtoint+arithmetic+inttoptr into GEP. See the