Searched refs:foldBooleans (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2144 ISD::CondCode Cond, bool foldBooleans,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1217 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument 1978 if (N0.getValueType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
|
D | DAGCombiner.cpp | 324 SDLoc DL, bool foldBooleans = true); 12954 SDLoc DL, bool foldBooleans) { in SimplifySetCC() argument 12957 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
|