HomeSort by relevance Sort by last modified time
    Searched refs:isVectorElt (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGValue.h 173 bool isVectorElt() const { return LVType == VectorElt; }
237 llvm::Value *getVectorAddr() const { assert(isVectorElt()); return V; }
238 llvm::Value *getVectorIdx() const { assert(isVectorElt()); return VectorIdx; }
CGExpr.cpp     [all...]

Completed in 175 milliseconds