Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstant.h173 Constant *stripPointerCasts() { in stripPointerCasts() function
177 const Constant *stripPointerCasts() const { in stripPointerCasts() function
DValue.h384 const Value *stripPointerCasts() const { in stripPointerCasts() function
/external/llvm/lib/IR/
DValue.cpp422 Value *Value::stripPointerCasts() { in stripPointerCasts() function in Value