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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1781 uint64_t EqVal = 0; local
1785 EqVal = ISD::isTrueWhenEqual(Cond);
1788 EqVal = ISD::isTrueWhenEqual(Cond) ? -1 : 0;
1794 return DAG.getConstant(EqVal, VT);
1798 return DAG.getConstant(EqVal, VT);
1800 return DAG.getConstant(EqVal, VT);

Completed in 235 milliseconds