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

/external/clang/lib/CodeGen/
H A DCGValue.h173 bool isVectorElt() const { return LVType == VectorElt; } function in class:clang::CodeGen::LValue
237 llvm::Value *getVectorAddr() const { assert(isVectorElt()); return V; }
238 llvm::Value *getVectorIdx() const { assert(isVectorElt()); return VectorIdx; }
H A DCGExpr.cpp1141 if (LV.isVectorElt()) {
1270 if (Dst.isVectorElt()) {

Completed in 91 milliseconds