Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp733 bool isPICBase = false; in regIsPICBase() local
739 assert(!isPICBase && "More than one PIC base?"); in regIsPICBase()
740 isPICBase = true; in regIsPICBase()
742 return isPICBase; in regIsPICBase()