Searched refs:foldBooleans (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4422 bool foldBooleans, DAGCombinerInfo &DCI,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4672 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument 5598 if (N0.getValueType().getScalarType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
|
| H A D | DAGCombiner.cpp | 615 const SDLoc &DL, bool foldBooleans); 28949 bool foldBooleans) { in SimplifySetCC() argument 28952 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
|