Home
last modified time | relevance | path

Searched defs:stripPointerCasts (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DConstant.h181 Constant *stripPointerCasts() { in stripPointerCasts() function
185 const Constant *stripPointerCasts() const { in stripPointerCasts() function
DValue.h403 const Value *stripPointerCasts() const { in stripPointerCasts() function
/external/llvm/lib/IR/
DValue.cpp427 Value *Value::stripPointerCasts() { in stripPointerCasts() function in Value