Searched defs:SizeCI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp144 ConstantInt *SizeCI = dyn_cast<ConstantInt>(Size); local
160 if (!SizeCI || SizeCI->getValue().slt(0)) {

Completed in 47 milliseconds