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

/external/clang/lib/CodeGen/
H A DCGValue.h272 llvm::Value *getVectorIdx() const { assert(isVectorElt()); return VectorIdx; } function in class:clang::CodeGen::LValue
H A DCGExpr.cpp1276 return RValue::get(Builder.CreateExtractElement(Load, LV.getVectorIdx(),
1391 Dst.getVectorIdx(), "vecins");

Completed in 254 milliseconds