Home
last modified time | relevance | path

Searched refs:unsignedIndex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Reactor/
DNucleus.hpp100 static Value *createGEP(Value *ptr, Type *type, Value *index, bool unsignedIndex);
DReactor.hpp95 Value *getAddress(Value *index, bool unsignedIndex) const;
2302 Value *LValue<T>::getAddress(Value *index, bool unsignedIndex) const in getAddress()
2304 return Nucleus::createGEP(address, T::getType(), index, unsignedIndex); in getAddress()
DLLVMReactor.cpp1226 Value *Nucleus::createGEP(Value *ptr, Type *type, Value *index, bool unsignedIndex) in createGEP() argument
1230 if(unsignedIndex) in createGEP()
DSubzeroReactor.cpp972 Value *Nucleus::createGEP(Value *ptr, Type *type, Value *index, bool unsignedIndex) in createGEP() argument
995 if(unsignedIndex) in createGEP()