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

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
AddrModeMatcher.h 99 bool MatchOperationAddr(User *Operation, unsigned Opcode, unsigned Depth);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 122 /// the set of instructions that MatchOperationAddr can.
150 /// MatchOperationAddr - Given an instruction or constant expr, see if we can
153 bool AddressingModeMatcher::MatchOperationAddr(User *AddrInst, unsigned Opcode,
330 if (MatchOperationAddr(I, I->getOpcode(), Depth)) {
346 if (MatchOperationAddr(CE, CE->getOpcode(), Depth))

Completed in 187 milliseconds