Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemark.cpp31 APInt KeyVal; in getValAsInt() local
32 if (Val.getAsInteger(10, KeyVal)) in getValAsInt()
34 return KeyVal.getSExtValue(); in getValAsInt()