Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5469 bool EqTrue = ISD::isTrueWhenEqual(Cond); in SimplifySetCC() local
5472 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT); in SimplifySetCC()
5473 if (UOF == unsigned(EqTrue)) in SimplifySetCC()
5474 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT); in SimplifySetCC()