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.cpp748 bool isPICBase = false; in regIsPICBase() local
752 assert(!isPICBase && "More than one PIC base?"); in regIsPICBase()
753 isPICBase = true; in regIsPICBase()
755 return isPICBase; in regIsPICBase()