Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:LOffset

923         Value *LOffset = EmitGEPOffset(GEPLHS);
929 Type *LHSIndexTy = LOffset->getType();
936 LOffset = Builder.CreateTrunc(LOffset, RHSIndexTy);
940 LOffset, ROffset);