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

  /external/llvm/lib/IR/
Value.cpp 426 Value *Value::stripPointerCastsNoFollowAliases() {
  /external/llvm/include/llvm/IR/
Value.h 392 Value *stripPointerCastsNoFollowAliases();
393 const Value *stripPointerCastsNoFollowAliases() const {
394 return const_cast<Value*>(this)->stripPointerCastsNoFollowAliases();

Completed in 2638 milliseconds