Searched refs:foldBooleans (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 3566 bool foldBooleans, DAGCombinerInfo &DCI,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 3508 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument 4351 if (N0.getValueType().getScalarType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
|
| D | DAGCombiner.cpp | 557 const SDLoc &DL, bool foldBooleans); 22719 bool foldBooleans) { in SimplifySetCC() argument 22722 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
|