Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Offset

23 /// X*Scale+Offset.
26 uint64_t &Offset) {
28 Offset = CI->getZExtValue();
38 Offset = 0;
46 Offset = 0;
53 Offset = 0;
62 DecomposeSimpleLinearExpr(I->getOperand(0), SubScale, Offset);
63 Offset += RHS->getZExtValue();
72 Offset = 0;
128 if (uint64_t Offset = (AllocElTySize*ArrayOffset)/CastElTySize) {
130 Offset, true);
1332 // If casting the result of a getelementptr instruction with no offset, turn
1344 // GEP computes a constant offset, see if we can convert these three
1351 int64_t Offset = OffsetV->getSExtValue();
1358 if (FindElementAtOffset(GEPIdxTy, Offset, NewIndices)) {