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

/external/clang/lib/CodeGen/
H A DCGValue.h193 bool isVectorElt() const { return LVType == VectorElt; } function in class:clang::CodeGen::LValue
271 llvm::Value *getVectorAddr() const { assert(isVectorElt()); return V; }
272 llvm::Value *getVectorIdx() const { assert(isVectorElt()); return VectorIdx; }

Completed in 223 milliseconds