Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2620 bool EqTrue = ISD::isTrueWhenEqual(Cond); in SimplifySetCC() local
2624 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT); in SimplifySetCC()
2628 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT); in SimplifySetCC()
2629 if (UOF == unsigned(EqTrue)) in SimplifySetCC()
2630 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT); in SimplifySetCC()