Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3539 bool foldBooleans, DAGCombinerInfo &DCI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3483 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument
4326 if (N0.getValueType().getScalarType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
H A DDAGCombiner.cpp555 const SDLoc &DL, bool foldBooleans);
22440 bool foldBooleans) { in SimplifySetCC() argument
22443 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()