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

References

lib/Target/AMDGPU/SIISelLowering.cpp
 9070   if (!K0)
 9074   APFloat::cmpResult Cmp = K0->getValueAPF().compare(K1->getValueAPF());
 9087     if (K1->isExactlyValue(1.0) && K0->isExactlyValue(0.0))
 9103     if ((!K0->hasOneUse() ||
 9104          TII->isInlineConstant(K0->getValueAPF().bitcastToAPInt())) &&
 9107       return DAG.getNode(AMDGPUISD::FMED3, SL, K0->getValueType(0),
 9108                          Var, SDValue(K0, 0), SDValue(K1, 0));