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 384 Value *Value::stripPointerCasts() {
  /external/llvm/include/llvm/IR/
Value.h 267 Value *stripPointerCasts();
268 const Value *stripPointerCasts() const {
269 return const_cast<Value*>(this)->stripPointerCasts();

Completed in 97 milliseconds