Lines Matching refs:getZExtValue
79 switch (cast<ConstantSDNode>(RegIdx)->getZExtValue()) { in getMSACtrlReg()
350 if (OffsetToAlignment(CN->getZExtValue(), 1ull << ShiftAmount) != 0) in selectAddrFrameIndexOffset()
354 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), in selectAddrFrameIndexOffset()
498 unsigned CnstOff = CN->getZExtValue(); in selectIntAddrLSL2MM()
888 switch (cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue()) { in trySelect()
905 switch (cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue()) { in trySelect()
921 switch (cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue()) { in trySelect()
1107 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1116 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1117 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1138 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1139 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1187 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1188 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1189 const unsigned Higher = SplatValue.lshr(32).getLoBits(16).getZExtValue(); in trySelect()
1190 const unsigned Highest = SplatValue.lshr(48).getLoBits(16).getZExtValue(); in trySelect()