HomeSort by relevance Sort by last modified time
    Searched defs:stripPointerCasts (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Value.cpp 383 Value *Value::stripPointerCasts() {
  /external/llvm/include/llvm/IR/
Value.h 261 /// stripPointerCasts - This method strips off any unneeded pointer casts and
264 Value *stripPointerCasts();
265 const Value *stripPointerCasts() const {
266 return const_cast<Value*>(this)->stripPointerCasts();

Completed in 72 milliseconds