Searched defs:EndOff (Results 1 – 2 of 2) sorted by relevance
825 Value *EndOff = ConstantInt::get(CI->getType(), NBytes); in optimizeStrLCpy() local1245 uint64_t EndOff = UINT64_MAX; in optimizeMemRChr() local
140 static void replace(Container &C, size_t BeginOff, size_t EndOff, Range Vals) { in replace()