HomeSort by: relevance | last modified time | path
    Searched refs:getExtVectorAddress (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 364 Address getExtVectorAddress() const {
CGExpr.cpp 1990 llvm::Value *Vec = Builder.CreateLoad(LV.getExtVectorAddress(),
2017 Address VectorAddress = LV.getExtVectorAddress();
2249 llvm::Value *Vec = Builder.CreateLoad(Dst.getExtVectorAddress(),
2304 Builder.CreateStore(Vec, Dst.getExtVectorAddress(),
4133 return LValue::MakeExtVectorElt(Base.getExtVectorAddress(), CV, type,
CGAtomic.cpp 123 lvalue.getExtVectorAddress().getElementType())

Completed in 23 milliseconds