Searched refs:IN_BOUNDS_GEP (Results 1 – 2 of 2) sorted by relevance
95 Value *IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<Value*> &indexList);96 Value *IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<uint32_t> &indexList);
322 Value *Builder::IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<Value*> &indexList) in IN_BOUNDS_GEP() function in SwrJit::Builder327 return IN_BOUNDS_GEP(ptr, indices); in IN_BOUNDS_GEP()330 Value *Builder::IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<uint32_t> &indexList) in IN_BOUNDS_GEP() function in SwrJit::Builder335 return IN_BOUNDS_GEP(ptr, indices); in IN_BOUNDS_GEP()