Searched refs:SizeCI (Results 1 – 3 of 3) sorted by relevance
76 ConstantInt *SizeCI = dyn_cast<ConstantInt>(Size); in getBoundsCheckCond() local102 if ((!SizeCI || SizeCI->getValue().slt(0)) && in getBoundsCheckCond()
404 ConstantInt *SizeCI, in emitMemsetExpansion() argument409 [[maybe_unused]] uint64_t OrigSize = SizeCI->getZExtValue(); in emitMemsetExpansion()
4304 if (ConstantInt *SizeCI = in isFortifiedCallFoldable() local4306 return ObjSizeCI->getZExtValue() >= SizeCI->getZExtValue(); in isFortifiedCallFoldable()