Searched refs:foldBooleans (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3539 bool foldBooleans, DAGCombinerInfo &DCI,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3483 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument 4326 if (N0.getValueType().getScalarType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
|
| H A D | DAGCombiner.cpp | 555 const SDLoc &DL, bool foldBooleans); 22440 bool foldBooleans) { in SimplifySetCC() argument 22443 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
|