HomeSort by: relevance | last modified time | path
    Searched refs:NewAtomic (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 2536 SDValue NewAtomic
2542 SDValue Result = NewAtomic;
2547 NewAtomic);
2552 ReplaceValueWith(SDValue(N, 1), NewAtomic.getValue(1));
LegalizeDAG.cpp 4924 SDValue NewAtomic
4929 Results.push_back(DAG.getNode(ISD::BITCAST, SL, OVT, NewAtomic));
4930 Results.push_back(NewAtomic.getValue(1));

Completed in 88 milliseconds