Home | History | Annotate | Download | only in X86

Lines Matching defs:RetVal

1746     SDNode *RetVal = SelectAtomicLoadAdd(Node, NVT);
1747 if (RetVal)
1748 return RetVal;
1754 SDNode *RetVal = SelectAtomicLoadArith(Node, NVT);
1755 if (RetVal)
1756 return RetVal;