Home
last modified time | relevance | path

Searched refs:bothKnown (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp585 if (!Data.bothKnown()) in getObjectSize()
764 if (!Span.bothKnown()) in compute()
1098 if (!PredecessorSizeOffsets.back().bothKnown()) in findLoadOffsetRange()
1123 if (!SO.bothKnown()) in visitLoadInst()
1130 if (!LHS.bothKnown() || !RHS.bothKnown()) in combineOffsetRange()
1199 if (!Result.bothKnown()) { in compute()
1231 if (Const.bothKnown()) in compute_()
1334 if (!PtrData.bothKnown()) in visitGEPOperator()
1365 if (!EdgeData.bothKnown()) { in visitPHINode()
1398 if (!TrueSide.bothKnown() || !FalseSide.bothKnown()) in visitSelectInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h212 bool bothKnown() const { return knownSize() && knownOffset(); } in bothKnown() function
248 bool bothKnown() const { return knownBefore() && knownAfter(); } in bothKnown() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp69 if (!SizeOffset.bothKnown()) { in getBoundsCheckCond()
H A DAddressSanitizer.cpp3850 if (!SizeOffset.bothKnown()) in isSafeAccess()