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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3828 bool EqTrue = ISD::isTrueWhenEqual(Cond); local
3831 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT);
3832 if (UOF == unsigned(EqTrue))
3833 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT);

Completed in 100 milliseconds