Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp72 ConstantInt *SizeCI = dyn_cast<ConstantInt>(Size); in getBoundsCheckCond() local
98 if ((!SizeCI || SizeCI->getValue().slt(0)) && in getBoundsCheckCond()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3784 if (ConstantInt *SizeCI = in isFortifiedCallFoldable() local
3786 return ObjSizeCI->getZExtValue() >= SizeCI->getZExtValue(); in isFortifiedCallFoldable()