Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp25 ConstantSDNode *SizeValue = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemset() local
32 if (bzeroEntry && (!SizeValue || SizeValue->getZExtValue() > 256)) { in EmitTargetCodeForMemset()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp754 const uint64_t SizeValue = Size->getValue().getLimitedValue(); in visitIntrinsicInst() local
755 if (SizeValue == ~0ULL || in visitIntrinsicInst()
756 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
763 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()