Home | History | Annotate | Download | only in IPO

Lines Matching refs:stripPointerCasts

1522   StoredOnceVal = StoredOnceVal->stripPointerCasts();
2319 GlobalValue *Target = cast<GlobalValue>(Aliasee->stripPointerCasts());
2360 GlobalValue *Target = dyn_cast<GlobalValue>(Aliasee->stripPointerCasts());
2492 dyn_cast<Function>(CI->getArgOperand(0)->stripPointerCasts());