Home
last modified time | relevance | path

Searched refs:SizeCI (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp74 ConstantInt *SizeCI = dyn_cast<ConstantInt>(Size); in getBoundsCheckCond() local
100 if ((!SizeCI || SizeCI->getValue().slt(0)) && in getBoundsCheckCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp3274 if (ConstantInt *SizeCI = in isFortifiedCallFoldable() local
3276 return ObjSizeCI->getZExtValue() >= SizeCI->getZExtValue(); in isFortifiedCallFoldable()