Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:LOffset

659         Value *LOffset = EmitGEPOffset(GEPLHS);
665 Type *LHSIndexTy = LOffset->getType();
672 LOffset = Builder->CreateTrunc(LOffset, RHSIndexTy);
676 LOffset, ROffset);