Searched defs:isGlobalReg (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h196 bool isGlobalReg() const { return LVType == GlobalReg; } function in class:clang::CodeGen::LValue
292 llvm::Value *getGlobalReg() const { assert(isGlobalReg()); return V; }

Completed in 131 milliseconds