Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1875 int SraAmt = VT.getSizeInBits() - 1; in expandSelectBoolean() local
1879 CurDAG->getConstant(SraAmt, DL, MVT::i32)); in expandSelectBoolean()
DSystemZISelLowering.cpp5643 auto *SraAmt = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in combineSIGN_EXTEND() local
5645 if (SraAmt && Inner.hasOneUse() && Inner.getOpcode() == ISD::SHL) { in combineSIGN_EXTEND()
5649 unsigned NewSraAmt = SraAmt->getZExtValue() + Extra; in combineSIGN_EXTEND()