Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp73 ConstantInt *SizeCI = dyn_cast<ConstantInt>(Size); in getBoundsCheckCond() local
99 if ((!SizeCI || SizeCI->getValue().slt(0)) && in getBoundsCheckCond()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp4145 if (ConstantInt *SizeCI = in isFortifiedCallFoldable() local
4147 return ObjSizeCI->getZExtValue() >= SizeCI->getZExtValue(); in isFortifiedCallFoldable()