Home
last modified time | relevance | path

Searched defs:EndOff (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp825 Value *EndOff = ConstantInt::get(CI->getType(), NBytes); in optimizeStrLCpy() local
1245 uint64_t EndOff = UINT64_MAX; in optimizeMemRChr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp140 static void replace(Container &C, size_t BeginOff, size_t EndOff, Range Vals) { in replace()