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

/external/clang/lib/CodeGen/
H A DCGValue.h115 } LVType; member in class:clang::CodeGen::LValue
192 bool isSimple() const { return LVType == Simple; }
193 bool isVectorElt() const { return LVType == VectorElt; }
194 bool isBitField() const { return LVType == BitField; }
195 bool isExtVectorElt() const { return LVType == ExtVectorElt; }
196 bool isGlobalReg() const { return LVType == GlobalReg; }
301 R.LVType = Simple;
310 R.LVType = VectorElt;
320 R.LVType = ExtVectorElt;
337 R.LVType
[all...]

Completed in 946 milliseconds