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.cpp5255 bool EqTrue = ISD::isTrueWhenEqual(Cond); in SimplifySetCC() local
5258 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT); in SimplifySetCC()
5259 if (UOF == unsigned(EqTrue)) in SimplifySetCC()
5260 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT); in SimplifySetCC()