Home
last modified time | relevance | path

Searched refs:Cmp3 (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp94 Value *Cmp3 = SizeRange.sub(OffsetRange) in getBoundsCheckCond() local
99 Value *Or = IRB.CreateOr(Cmp2, Cmp3); in getBoundsCheckCond()