Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp76 ConstantInt *SizeCI = dyn_cast<ConstantInt>(Size); in getBoundsCheckCond() local
102 if ((!SizeCI || SizeCI->getValue().slt(0)) && in getBoundsCheckCond()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILLegalizePass.cpp404 ConstantInt *SizeCI, in emitMemsetExpansion() argument
409 [[maybe_unused]] uint64_t OrigSize = SizeCI->getZExtValue(); in emitMemsetExpansion()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp4304 if (ConstantInt *SizeCI = in isFortifiedCallFoldable() local
4306 return ObjSizeCI->getZExtValue() >= SizeCI->getZExtValue(); in isFortifiedCallFoldable()