Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:LOffset

977         Value *LOffset = EmitGEPOffset(GEPLHS);
983 Type *LHSIndexTy = LOffset->getType();
990 LOffset = Builder->CreateTrunc(LOffset, RHSIndexTy);
994 LOffset, ROffset);