HomeSort by relevance Sort by last modified time
    Searched refs:PtrUseVisitorBase (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
PtrUseVisitor.cpp 18 void detail::PtrUseVisitorBase::enqueueUsers(Instruction &I) {
31 bool detail::PtrUseVisitorBase::adjustOffsetForGEP(GetElementPtrInst &GEPI) {
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 42 class PtrUseVisitorBase {
151 PtrUseVisitorBase(const DataLayout &DL) : DL(DL) {}
194 public detail::PtrUseVisitorBase {
199 PtrUseVisitor(const DataLayout &DL) : PtrUseVisitorBase(DL) {}

Completed in 377 milliseconds