Searched refs:isVectorElt (Results 1 - 2 of 2) 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; }
H A DCGExpr.cpp1272 if (LV.isVectorElt()) {
1384 if (Dst.isVectorElt()) {

Completed in 226 milliseconds