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

/external/llvm/lib/IR/
H A DValue.cpp378 static Value *stripPointerCastsAndOffsets(Value *V) { function in namespace:__anon25866
423 return stripPointerCastsAndOffsets<PSK_ZeroIndicesAndAliases>(this);
427 return stripPointerCastsAndOffsets<PSK_ZeroIndices>(this);
431 return stripPointerCastsAndOffsets<PSK_InBoundsConstantIndices>(this);
471 return stripPointerCastsAndOffsets<PSK_InBounds>(this);

Completed in 1278 milliseconds