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

/external/llvm/lib/IR/
H A DValue.cpp426 Value *Value::stripPointerCastsNoFollowAliases() { function in class:Value
/external/llvm/include/llvm/IR/
H A DValue.h392 Value *stripPointerCastsNoFollowAliases();
393 const Value *stripPointerCastsNoFollowAliases() const { function in class:llvm::Value
394 return const_cast<Value*>(this)->stripPointerCastsNoFollowAliases();

Completed in 119 milliseconds