|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/SelectionDAG.h 1461 SDValue FoldSetCC(EVT VT, SDValue N1, SDValue N2, ISD::CondCode Cond,
References
lib/CodeGen/SelectionDAG/DAGCombiner.cpp20043 if (SDValue SCC = DAG.FoldSetCC(CmpResVT, N0, N1, CC, DL)) {
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 5489 if (SDValue V = FoldSetCC(VT, N1, N2, cast<CondCodeSDNode>(N3)->get(), DL))
lib/CodeGen/SelectionDAG/TargetLowering.cpp 3058 if (SDValue Fold = DAG.FoldSetCC(VT, N0, N1, Cond, dl))