Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp155 Value *Cmp3 = Builder->CreateICmpULT(ObjSize, NeededSizeVal); in instrument() local
156 Value *Or = Builder->CreateOr(Cmp2, Cmp3); in instrument()