Home
last modified time | relevance | path

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

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