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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6363 bool isGA2 = TLI->isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2); local
6364 if (isGA1 && isGA2 && GV1 == GV2)
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6907 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2); local
6908 if (isGA1 && isGA2 && GV1 == GV2)

Completed in 137 milliseconds