Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1808 uint64_t EqVal = 0; in SimplifySetCC() local
1812 EqVal = ISD::isTrueWhenEqual(Cond); in SimplifySetCC()
1815 EqVal = ISD::isTrueWhenEqual(Cond) ? -1 : 0; in SimplifySetCC()
1821 return DAG.getConstant(EqVal, VT); in SimplifySetCC()
1825 return DAG.getConstant(EqVal, VT); in SimplifySetCC()
1827 return DAG.getConstant(EqVal, VT); in SimplifySetCC()