Searched defs:isGA2 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6687 bool isGA2 = TLI->isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2); local
6688 if (isGA1 && isGA2 && GV1 == GV2)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8949 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2); local
8950 if (isGA1 && isGA2 && GV1 == GV2)

Completed in 161 milliseconds