Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h213 const Constant *stripPointerCasts() const { stripPointerCasts() function
217 Constant *stripPointerCasts() { stripPointerCasts() function
H A DValue.h644 Value *stripPointerCasts() { in stripPointerCasts() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp693 const Value *Value::stripPointerCasts() const { stripPointerCasts() function in Value