Home
last modified time | relevance | path

Searched refs:NeededSizeVal (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp144 Value *NeededSizeVal = ConstantInt::get(IntTy, NeededSize); in instrument() local
155 Value *Cmp3 = Builder->CreateICmpULT(ObjSize, NeededSizeVal); in instrument()