Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3566 bool foldBooleans, DAGCombinerInfo &DCI,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3508 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument
4351 if (N0.getValueType().getScalarType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
DDAGCombiner.cpp557 const SDLoc &DL, bool foldBooleans);
22719 bool foldBooleans) { in SimplifySetCC() argument
22722 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()