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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp 3604 bool IsBigEndianTarget = MF.getDataLayout().isBigEndian();
3608 bool NeedsBSwap = IsBigEndianTarget != *IsBigEndian;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 7472 bool IsBigEndianTarget = DAG.getDataLayout().isBigEndian();
7479 return IsBigEndianTarget
7583 bool NeedsBswap = IsBigEndianTarget != *IsBigEndian;

Completed in 68 milliseconds