Home
last modified time | relevance | path

Searched defs:AbsVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp38 int64_t AbsVal; in printImpl() local
159 int64_t AbsVal = Res.getConstant(); evaluateAsRelocatableImpl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp128 static APInt toSigned(APInt AbsVal, bool Negative) { in toSigned() argument