reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4073 } else if ((C = dyn_cast<ConstantSDNode>(Op)) && 4078 bool IsBool = C->getConstantIntValue()->getBitWidth() == 1; 4082 int64_t ExtVal = ExtOpc == ISD::ZERO_EXTEND ? C->getZExtValue() 4083 : C->getSExtValue(); 4085 SDLoc(C), MVT::i64)); 4096 if ((C = dyn_cast<ConstantSDNode>(Op.getOperand(0)))) 4100 (C = dyn_cast<ConstantSDNode>(Op.getOperand(1)))) 4104 Offset += (OpCode == ISD::ADD ? 1 : -1) * C->getSExtValue();