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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 9445     cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
 9447   SDLoc dl(Op);
 9460   if (!getVectorCompareInfo(Op, CompareOpc, isDot, Subtarget))
 9465     SDValue Tmp = DAG.getNode(PPCISD::VCMP, dl, Op.getOperand(2).getValueType(),
 9466                               Op.getOperand(1), Op.getOperand(2),
 9466                               Op.getOperand(1), Op.getOperand(2),
 9468     return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Tmp);
 9473     Op.getOperand(2),  // LHS
 9474     Op.getOperand(3),  // RHS
 9477   EVT VTs[] = { Op.getOperand(2).getValueType(), MVT::Glue };
 9489   switch (cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue()) {