Searched refs:matchOperationAddr (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3315 bool matchOperationAddr(User *AddrInst, unsigned Opcode, unsigned Depth, 4588 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() function in AddressingModeMatcher 4889 if (matchOperationAddr(I, I->getOpcode(), Depth, &MovedAway)) { in matchAddr() 4909 if (matchOperationAddr(CE, CE->getOpcode(), Depth)) in matchAddr()
|