Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp24 ConstantSDNode *SizeValue = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemset() local
31 if (bzeroName && (!SizeValue || SizeValue->getZExtValue() > 256)) { in EmitTargetCodeForMemset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1104 const uint64_t SizeValue = Size->getValue().getLimitedValue(); in visitIntrinsicInst() local
1105 if (SizeValue == ~0ULL || in visitIntrinsicInst()
1106 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
1120 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()