Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp762 bool isPICBase = false; in regIsPICBase() local
769 assert(!isPICBase && "More than one PIC base?"); in regIsPICBase()
770 isPICBase = true; in regIsPICBase()
772 return isPICBase; in regIsPICBase()