Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4422 bool foldBooleans, DAGCombinerInfo &DCI,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4672 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument
5598 if (N0.getValueType().getScalarType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
H A DDAGCombiner.cpp615 const SDLoc &DL, bool foldBooleans);
28949 bool foldBooleans) { in SimplifySetCC() argument
28952 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()