Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h218 const Constant *stripPointerCasts() const { in stripPointerCasts() function
222 Constant *stripPointerCasts() { in stripPointerCasts() function
H A DValue.h632 Value *stripPointerCasts() { stripPointerCasts() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp694 const Value *Value::stripPointerCasts() const { in stripPointerCasts() function in Value