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

References

lib/Target/PowerPC/PPCISelLowering.cpp
15292   if (Op0.getValueType() != MVT::i128 || N->getValueType(0) != MVT::i64)
15298   if (Op0.getOpcode() == ISD::SRL) {
15299     ConstantSDNode *ConstNode = dyn_cast<ConstantSDNode>(Op0.getOperand(1));
15307     Op0 = Op0.getOperand(0);
15307     Op0 = Op0.getOperand(0);
15311   if (Op0.getOpcode() == ISD::BITCAST &&
15312       Op0.getValueType() == MVT::i128 &&
15313       Op0.getOperand(0).getValueType() == MVT::f128) {
15314     SDValue Bitcast = DCI.DAG.getBitcast(MVT::v2i64, Op0.getOperand(0));