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

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

Completed in 112 milliseconds