Home | History | Annotate | Download | only in llvm

Lines Matching refs:SExtValue

789 func (v Value) SExtValue() int64  { return int64(C.LLVMConstIntGetSExtValue(v.C)) }