Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2156 bool TrueWhenTrue = (Cond == ISD::SETEQ) ^ (N1C->getAPIntValue() != 1); in SimplifySetCC() local
2157 if (TrueWhenTrue) in SimplifySetCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1656 bool TrueWhenTrue = (Cond == ISD::SETEQ) ^ (N1C->getAPIntValue() != 1); in SimplifySetCC() local
1657 if (TrueWhenTrue) in SimplifySetCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2253 bool TrueWhenTrue = (Cond == ISD::SETEQ) ^ (!N1C->isOne()); in SimplifySetCC() local
2254 if (TrueWhenTrue) in SimplifySetCC()