Searched refs:LHSIndexTy (Results 1 – 1 of 1) sorted by relevance
791 Type *LHSIndexTy = LOffset->getType(); in foldGEPICmp() local793 if (LHSIndexTy != RHSIndexTy) { in foldGEPICmp()794 if (LHSIndexTy->getPrimitiveSizeInBits().getFixedValue() < in foldGEPICmp()796 ROffset = Builder.CreateTrunc(ROffset, LHSIndexTy); in foldGEPICmp()