Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h2144 ISD::CondCode Cond, bool foldBooleans,
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1217 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument
1978 if (N0.getValueType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
DDAGCombiner.cpp324 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()