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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 589 bool isAddress = isa<LoadInst>(Inst);
592 isAddress = true;
604 isAddress = true;
608 return isAddress;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 677 bool isAddress = isa<LoadInst>(Inst);
680 isAddress = true;
688 isAddress = true;
692 return isAddress;
    [all...]

Completed in 60 milliseconds