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

References

lib/Target/X86/X86ISelLowering.cpp
 4689     if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
 4692         RHS = DAG.getConstant(0, DL, RHS.getValueType());
 4692         RHS = DAG.getConstant(0, DL, RHS.getValueType());
 4705         RHS = DAG.getConstant(0, DL, RHS.getValueType());
 4705         RHS = DAG.getConstant(0, DL, RHS.getValueType());
 4717       !ISD::isNON_EXTLoad(RHS.getNode())) {
 4719     std::swap(LHS, RHS);
 4728     std::swap(LHS, RHS);