Searched refs:stripPointerCastsAndOffsets (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DValue.cpp334 static Value *stripPointerCastsAndOffsets(Value *V) { function in namespace:__anon10742
377 return stripPointerCastsAndOffsets<PSK_ZeroIndices>(this);
381 return stripPointerCastsAndOffsets<PSK_InBoundsConstantIndices>(this);
385 return stripPointerCastsAndOffsets<PSK_InBounds>(this);

Completed in 124 milliseconds