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

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

Completed in 84 milliseconds