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

/external/clang/lib/CodeGen/
H A DCGValue.h196 bool isExtVectorElt() const { return LVType == ExtVectorElt; } function in class:clang::CodeGen::LValue
276 llvm::Value *getExtVectorAddr() const { assert(isExtVectorElt()); return V; }
278 assert(isExtVectorElt());

Completed in 76 milliseconds