Searched refs:LHSIndexTy (Results 1 – 1 of 1) sorted by relevance
983 Type *LHSIndexTy = LOffset->getType(); in FoldGEPICmp() local985 if (LHSIndexTy != RHSIndexTy) { in FoldGEPICmp()986 if (LHSIndexTy->getPrimitiveSizeInBits() < in FoldGEPICmp()988 ROffset = Builder->CreateTrunc(ROffset, LHSIndexTy); in FoldGEPICmp()