Searched refs:isGlobalReg (Results 1 - 2 of 2) 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; }
H A DCGExpr.cpp1286 if (LV.isGlobalReg())
1403 if (Dst.isGlobalReg())

Completed in 312 milliseconds