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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1227 ISD::CondCode SwappedCC = ISD::getSetCCSwappedOperands(Cond); local
1230 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())))
1231 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC);

Completed in 576 milliseconds