Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:CSrc

7771   ConstantFPSDNode *CSrc = dyn_cast<ConstantFPSDNode>(N->getOperand(0));
7772 if (!CSrc)
7775 const APFloat &F = CSrc->getValueAPF();
7788 return SDValue(CSrc, 0);