Searched refs:unsignedIndex (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 100 static Value *createGEP(Value *ptr, Type *type, Value *index, bool unsignedIndex);
|
D | Reactor.hpp | 95 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()
|
D | LLVMReactor.cpp | 1226 Value *Nucleus::createGEP(Value *ptr, Type *type, Value *index, bool unsignedIndex) in createGEP() argument 1230 if(unsignedIndex) in createGEP()
|
D | SubzeroReactor.cpp | 972 Value *Nucleus::createGEP(Value *ptr, Type *type, Value *index, bool unsignedIndex) in createGEP() argument 995 if(unsignedIndex) in createGEP()
|