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

  /external/swiftshader/src/Reactor/
Nucleus.hpp 100 static Value *createGEP(Value *ptr, Type *type, Value *index, bool unsignedIndex);
Reactor.hpp     [all...]
LLVMReactor.cpp 577 Value *Nucleus::createGEP(Value *ptr, Type *type, Value *index, bool unsignedIndex)
598 return createBitCast(V(::builder->CreateGEP(createBitCast(ptr, T(llvm::PointerType::get(T(Byte::getType()), 0))), index)), T(llvm::PointerType::get(T(type), 0)));
    [all...]
SubzeroReactor.cpp 953 Value *Nucleus::createGEP(Value *ptr, Type *type, Value *index, bool unsignedIndex)
    [all...]

Completed in 298 milliseconds