Searched refs:IN_BOUNDS_GEP (Results 1 – 2 of 2) sorted by relevance
80 Value* Builder::IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<Value*>& indexList) in IN_BOUNDS_GEP() function in SwrJit::Builder85 return IN_BOUNDS_GEP(ptr, indices); in IN_BOUNDS_GEP()88 Value* Builder::IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<uint32_t>& indexList) in IN_BOUNDS_GEP() function in SwrJit::Builder93 return IN_BOUNDS_GEP(ptr, indices); in IN_BOUNDS_GEP()
57 Value* IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<Value*>& indexList);58 Value* IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<uint32_t>& indexList);