reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1920 if (!(Op->getValueType(0) == MVT::v2f16 && 1921 isa<ConstantFPSDNode>(Op->getOperand(0)) && 1922 isa<ConstantFPSDNode>(Op->getOperand(1)))) 1923 return Op; 1926 cast<ConstantFPSDNode>(Op->getOperand(0))->getValueAPF().bitcastToAPInt(); 1928 cast<ConstantFPSDNode>(Op->getOperand(1))->getValueAPF().bitcastToAPInt(); 1930 DAG.getConstant(E1.zext(32).shl(16) | E0.zext(32), SDLoc(Op), MVT::i32); 1931 return DAG.getNode(ISD::BITCAST, SDLoc(Op), MVT::v2f16, Const);