Home
last modified time | relevance | path

Searched refs:tryIntCompareInGPR (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp220 bool tryIntCompareInGPR(SDNode *N);
4061 bool PPCDAGToDAGISel::tryIntCompareInGPR(SDNode *N) { in tryIntCompareInGPR() function in PPCDAGToDAGISel
5251 if (tryIntCompareInGPR(N)) in Select()