HomeSort by: relevance | last modified time | path
    Searched defs:getUnderlyingObject (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueTracking.h 373 const Value *getUnderlyingObject(const Value *V, unsigned MaxLookup = 6);
374 inline Value *getUnderlyingObject(Value *V, unsigned MaxLookup = 6) {
377 return const_cast<Value *>(getUnderlyingObject(VConst, MaxLookup));
380 /// This method is similar to getUnderlyingObject except that it can
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 4314 const Value *llvm::getUnderlyingObject(const Value *V, unsigned MaxLookup) {
4367 P = getUnderlyingObject(P, MaxLookup);

Completed in 76 milliseconds