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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLowering.h950 /// SimplifySetCC - Try to simplify a setcc built with the specified operands
952 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1,
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2554 Tmp1 = TLI.SimplifySetCC(TLI.getSetCCResultType(LHSLo.getValueType()),
2559 Tmp2 = TLI.SimplifySetCC(TLI.getSetCCResultType(LHSHi.getValueType()),
2583 NewLHS = TLI.SimplifySetCC(TLI.getSetCCResultType(LHSHi.getValueType()),
H A DDAGCombiner.cpp258 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
4130 SDValue SCC = SimplifySetCC(TLI.getSetCCResultType(N0.getValueType()),
4156 return SimplifySetCC(N->getValueType(0), N->getOperand(0), N->getOperand(1),
6683 // Use SimplifySetCC to simplify SETCC's.
6684 SDValue Simp = SimplifySetCC(TLI.getSetCCResultType(CondLHS.getValueType()),
9074 SDValue SCC = SimplifySetCC(TLI.getSetCCResultType(N0.getValueType()),
9345 /// SimplifySetCC - This is a stub for TargetLowering::SimplifySetCC.
9346 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, function in class:DAGCombiner
9351 return TLI.SimplifySetCC(V
[all...]
H A DTargetLowering.cpp1907 /// SimplifySetCC - Try to simplify a setcc built with the specified operands
1910 TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, function in class:TargetLowering

Completed in 148 milliseconds