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

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

Completed in 1965 milliseconds