Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1237 ISD::CondCode SwappedCC = ISD::getSetCCSwappedOperands(Cond); in SimplifySetCC() local
1240 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
1241 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC); in SimplifySetCC()