Searched defs:stripPointerCasts (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DValue.cpp376 Value *Value::stripPointerCasts() { function in class:Value
/external/llvm/include/llvm/
H A DValue.h265 /// stripPointerCasts - This method strips off any unneeded pointer casts and
268 Value *stripPointerCasts();
269 const Value *stripPointerCasts() const { function in class:llvm::Value
270 return const_cast<Value*>(this)->stripPointerCasts();

Completed in 101 milliseconds