reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2063 SDValue ExpPart = DAG.getNode(AMDGPUISD::BFE_U32, SL, MVT::i32, 2065 DAG.getConstant(FractBits - 32, SL, MVT::i32), 2066 DAG.getConstant(ExpBits, SL, MVT::i32)); 2067 SDValue Exp = DAG.getNode(ISD::SUB, SL, MVT::i32, ExpPart, 2068 DAG.getConstant(1023, SL, MVT::i32));