Searched defs:SimplifySetCC (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1203 /// SimplifySetCC - Try to simplify a setcc built with the specified operands
1206 TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, function in class:TargetLowering
H A DDAGCombiner.cpp295 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
4761 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
4789 return SimplifySetCC(N->getValueType(0), N->getOperand(0), N->getOperand(1),
7522 // Use SimplifySetCC to simplify SETCC's.
7523 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
11119 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
11397 /// SimplifySetCC - This is a stub for TargetLowering::SimplifySetCC.
11398 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, function in class:DAGCombiner
11403 return TLI.SimplifySetCC(V
[all...]

Completed in 168 milliseconds