Home
last modified time | relevance | path

Searched refs:LowOp (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3558 SDValue LowOp = Ops[Low]; in lowerOR() local
3567 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()