Searched refs:LowOp (Results 1 – 1 of 1) sorted by relevance
3558 SDValue LowOp = Ops[Low]; in lowerOR() local3567 if (LowOp.getOpcode() == ISD::Constant) { in lowerOR()3568 int64_t Value = int32_t(cast<ConstantSDNode>(LowOp)->getZExtValue()); in lowerOR()3588 SDValue Low32 = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, LowOp); in lowerOR()