Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp612 if (!Visitor.bothKnown(Data)) in getObjectSize()
961 if (!bothKnown(PredecessorSizeOffsets.back())) in findLoadSizeOffset()
987 if (!bothKnown(SO)) in visitLoadInst()
994 if (!bothKnown(LHS) || !bothKnown(RHS)) in combineSizeOffset()
1052 if (!bothKnown(Result)) { in compute()
1078 if (Visitor.bothKnown(Const)) in compute_()
1181 if (!bothKnown(PtrData)) in visitGEPOperator()
1211 if (!bothKnown(EdgeData)) { in visitPHINode()
1244 if (!bothKnown(TrueSide) || !bothKnown(FalseSide)) in visitSelectInst()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h213 static bool bothKnown(const SizeOffsetType &SizeOffset) { in bothKnown() function
290 bool bothKnown(SizeOffsetEvalType SizeOffset) { in bothKnown() function
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp65 if (!ObjSizeEval.bothKnown(SizeOffset)) { in getBoundsCheckCond()
H A DAddressSanitizer.cpp3436 if (!ObjSizeVis.bothKnown(SizeOffset)) return false; in isSafeAccess()