Home | History | Annotate | Download | only in IR

Lines Matching refs:getSExtValue

83   /// either getSExtValue() or getZExtValue() will yield a correctly sized and
124 inline int64_t getSExtValue() const {
125 return Val.getSExtValue();