reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
980 Gep = dyn_cast<GetElementPtrInst>(Ld->getPointerOperand()); 982 Gep = dyn_cast<GetElementPtrInst>(St->getPointerOperand()); 996 if (!Gep || !allGepOperandsAvailable(Gep, HoistPt)) 996 if (!Gep || !allGepOperandsAvailable(Gep, HoistPt)) 999 makeGepsAvailable(Repl, HoistPt, InstructionsToHoist, Gep);