Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h193 bool isVectorElt() const { return LVType == VectorElt; } in isVectorElt() function
271 llvm::Value *getVectorAddr() const { assert(isVectorElt()); return V; } in getVectorAddr()
272 llvm::Value *getVectorIdx() const { assert(isVectorElt()); return VectorIdx; } in getVectorIdx()
H A DCGExpr.cpp1308 if (LV.isVectorElt()) { in EmitLoadOfLValue()
1443 if (Dst.isVectorElt()) { in EmitStoreThroughLValue()