reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 3548   if (Cond.getOpcode() != ISD::SETCC)
 3552   SDValue LHS = Cond.getOperand(0);
 3553   SDValue RHS = Cond.getOperand(1);
 3554   SDValue CC = Cond.getOperand(2);
 3559   if (Cond.hasOneUse()) { // TODO: Look for multiple select uses.
 3571       SDValue NewCond = DAG.getSetCC(SL, Cond.getValueType(), LHS, RHS, NewCC);
 3585   return performCtlz_CttzCombine(SDLoc(N), Cond, True, False, DCI);