Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1978 uint64_t EqVal = 0; in SimplifySetCC() local
1982 EqVal = ISD::isTrueWhenEqual(Cond); in SimplifySetCC()
1985 EqVal = ISD::isTrueWhenEqual(Cond) ? -1 : 0; in SimplifySetCC()
1991 return DAG.getConstant(EqVal, dl, VT); in SimplifySetCC()
1995 return DAG.getConstant(EqVal, dl, VT); in SimplifySetCC()
1997 return DAG.getConstant(EqVal, dl, VT); in SimplifySetCC()