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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1213 /// SimplifySetCC - Try to simplify a setcc built with the specified operands
1216 TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, function in class:TargetLowering
H A DDAGCombiner.cpp323 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
5255 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
5286 return SimplifySetCC(N->getValueType(0), N->getOperand(0), N->getOperand(1),
8536 // Use SimplifySetCC to simplify SETCC's.
8537 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
12673 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
12951 /// This is a stub for TargetLowering::SimplifySetCC.
12952 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, function in class:DAGCombiner
12957 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL);

Completed in 251 milliseconds