Searched refs:SimplifySetCC (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4942 LoCmp = TLI.SimplifySetCC(getSetCCResultType(LHSLo.getValueType()), LHSLo,
4949 HiCmp = TLI.SimplifySetCC(getSetCCResultType(LHSHi.getValueType()), LHSHi,
5018 NewLHS = TLI.SimplifySetCC(getSetCCResultType(HiVT), LHSHi, RHSHi, ISD::SETEQ,
H A DDAGCombiner.cpp571 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
11574 if (SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), N0, N1,
11667 SDValue Combined = SimplifySetCC(VT, N->getOperand(0), N->getOperand(1), Cond,
16740 // Ideally this should be folded into SimplifySetCC and not
16798 // Use SimplifySetCC to simplify SETCC's.
16799 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
25719 /// This is a stub for TargetLowering::SimplifySetCC.
25720 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, function in class:DAGCombiner
25725 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL);
H A DTargetLowering.cpp3720 /// This helper function of SimplifySetCC tries to optimize the comparison when
4201 SDValue TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, function in class:TargetLowering
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3968 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,

Completed in 335 milliseconds