Searched refs:Load1Ptr (Results 1 – 1 of 1) sorted by relevance
675 Value *Load1Ptr = LI1->getPointerOperand(); in foldLoadsRecursive() local676 APInt Offset1(DL.getIndexTypeSizeInBits(Load1Ptr->getType()), 0); in foldLoadsRecursive()677 Load1Ptr = in foldLoadsRecursive()678 Load1Ptr->stripAndAccumulateConstantOffsets(DL, Offset1, in foldLoadsRecursive()690 if (Load1Ptr != Load2Ptr || LoadSize1 != LoadSize2) in foldLoadsRecursive()725 std::swap(Load1Ptr, Load2Ptr); in foldLoadsRecursive()808 Value *Load1Ptr = LI1->getPointerOperand(); in foldConsecutiveLoads() local810 if (!DT.dominates(Load1Ptr, LOps.RootInsert)) { in foldConsecutiveLoads()811 APInt Offset1(DL.getIndexTypeSizeInBits(Load1Ptr->getType()), 0); in foldConsecutiveLoads()812 Load1Ptr = Load1Ptr->stripAndAccumulateConstantOffsets( in foldConsecutiveLoads()[all …]