Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp115 static void insertBoundsCheck(Value *Or, BuilderTy IRB, GetTrapBBT GetTrapBB) { in insertBoundsCheck()
176 auto GetTrapBB = [&TrapBB](BuilderTy &IRB) { in addBoundsChecking() local