Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1313 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr); in isMemWithSimmOffset() local
1314 return IsReloc && isShiftedInt<Bits, ShiftAmount>(Res.getConstant()); in isMemWithSimmOffset()
1327 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr); in isMemWithPtrSizeOffset() local
1328 return IsReloc && isIntN(PtrBits, Res.getConstant()); in isMemWithPtrSizeOffset()