Home | History | Annotate | Download | only in IPO

Lines Matching defs:GEP

75   if (auto GEP = dyn_cast<GEPOperator>(V)) {
77 bool Result = GEP->accumulateConstantOffset(DL, APOffset);
81 return containsValue(DL, GlobalLayout, GEP->getPointerOperand(),
392 Constant *GEP = ConstantExpr::getInBoundsGetElementPtr(
395 // Create an alias instead of RAUW'ing the gep directly. On x86 this ensures
399 BAI->ByteArray->replaceAllUsesWith(GEP);
402 Int8Ty, 0, GlobalValue::PrivateLinkage, "bits", GEP, M);